commit | 75361b69f3f327842b9dad69fa7f28ae3b688412 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Apr 07 22:58:41 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Apr 07 22:58:41 2010 +0000 |
tree | 5308b9ca3c47b10d83068cbbd7c13bcf8cca7f73 | |
parent | e3a601b648e4cbb916e33f969a1b9d3d40b36734 [diff] [blame] |
rename llvm::llvm_report_error -> llvm::report_fatal_error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100709 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 23cff07..bc3da1c 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -2085,7 +2085,7 @@ << "constraints:\n"; MI->print(Msg, tm_); } - llvm_report_error(Msg.str()); + report_fatal_error(Msg.str()); } for (const unsigned* AS = tri_->getSubRegisters(PReg); *AS; ++AS) { if (!hasInterval(*AS))