diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:58:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:58:41 +0000 |
| commit | 2104b8d36e10b07ee396dba0a6ce58e621ef88c9 (patch) | |
| tree | b2f56fa2c068df5023c81c5781bd3cebdfa371fd /llvm/lib/CodeGen/RegAllocLinearScan.cpp | |
| parent | 4b73cfabac29092070ec658b51953a42b9eed8df (diff) | |
| download | llvm-2104b8d36e10b07ee396dba0a6ce58e621ef88c9.zip llvm-2104b8d36e10b07ee396dba0a6ce58e621ef88c9.tar.gz llvm-2104b8d36e10b07ee396dba0a6ce58e621ef88c9.tar.bz2 | |
rename llvm::llvm_report_error -> llvm::report_fatal_error
llvm-svn: 100709
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/RegAllocLinearScan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp index 5c5a394..6c8fc0c 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp @@ -1177,7 +1177,7 @@ void RALinScan::assignRegOrStackSlotAtInterval(LiveInterval* cur) { assignRegOrStackSlotAtInterval(cur); } else { assert(false && "Ran out of registers during register allocation!"); - llvm_report_error("Ran out of registers during register allocation!"); + report_fatal_error("Ran out of registers during register allocation!"); } return; } |
