aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-11-21 14:09:40 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-11-21 14:09:40 +0000
commite0b632a5d8940d415e67e3462a8ba5973255cda2 (patch)
tree0a27f1df29601d5775b2bb0deb3ff037b79918bc /lib/CodeGen/RegAllocLinearScan.cpp
parent42a76cdb044f52a4c8cdf8f742ec45c1f50470fe (diff)
I think I know what you meant here, but just to be safe I'll let you
do it. :) <_sabre_> excuses excuses git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24471 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--lib/CodeGen/RegAllocLinearScan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp
index 9bad0d376f..815f474090 100644
--- a/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/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");