diff options
author | Duraid Madina <duraid@octopus.com.au> | 2005-11-21 14:09:40 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2005-11-21 14:09:40 +0000 |
commit | f28b3bd8b4b9ccc6bc24aab2bc31d2d9b7ee0bbe (patch) | |
tree | da9503788b30937518b0939c9323fba91ffffe92 /llvm/lib/CodeGen/RegAllocLinearScan.cpp | |
parent | b9db67a04573e3fd2da0184af9858d0e7834c3e1 (diff) | |
download | bcm5719-llvm-f28b3bd8b4b9ccc6bc24aab2bc31d2d9b7ee0bbe.tar.gz bcm5719-llvm-f28b3bd8b4b9ccc6bc24aab2bc31d2d9b7ee0bbe.zip |
I think I know what you meant here, but just to be safe I'll let you
do it. :)
<_sabre_> excuses excuses
llvm-svn: 24471
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 9bad0d376f8..815f474090f 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp @@ -547,7 +547,7 @@ void RA::assignRegOrStackSlotAtInterval(LiveInterval* cur) minReg = reg; } } - assert(minReg && "Didn't find any reg!"); +// FIXME: assert(minReg && "Didn't find any reg!"); DEBUG(std::cerr << "\t\tregister with min weight: " << mri_->getName(minReg) << " (" << minWeight << ")\n"); |