rename llvm::llvm_report_error -> llvm::report_fatal_error

llvm-svn: 100709
This commit is contained in:
Chris Lattner
2010-04-07 22:58:41 +00:00
parent 4b73cfabac
commit 2104b8d36e
52 changed files with 143 additions and 143 deletions

View File

@@ -751,7 +751,7 @@ ExtractCodeRegion(const std::vector<BasicBlock*> &code) {
// verifyFunction(*oldFunction);
DEBUG(if (verifyFunction(*newFunction))
llvm_report_error("verifyFunction failed!"));
report_fatal_error("verifyFunction failed!"));
return newFunction;
}