[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp
Duraid Madina
duraid at octopus.com.au
Mon Nov 21 06:09:58 PST 2005
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.115 -> 1.116
---
Log message:
I think I know what you meant here, but just to be safe I'll let you
do it. :)
<_sabre_> excuses excuses
---
Diffs of the changes: (+1 -1)
RegAllocLinearScan.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.115 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.116
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.115 Mon Nov 21 01:06:27 2005
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp Mon Nov 21 08:09:40 2005
@@ -547,7 +547,7 @@
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");
More information about the llvm-commits
mailing list