commit | 8316f2d3810dd37bae0f847bc3efd495432b5893 | [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 | cf82182f246ede86fbff71c82b475c08360b5fce [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/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index e67d3bb..e67bf3d 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp
@@ -3604,7 +3604,7 @@ std::string msg; raw_string_ostream Msg(msg); Msg << "Cannot determine size: " << MI; - llvm_report_error(Msg.str()); + report_fatal_error(Msg.str()); }