[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveRange.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 11:01:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
LiveRange.h updated: 1.15 -> 1.16
---
Log message:
Remove long dead #if 0
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/LiveRange.h
diff -u llvm/include/llvm/CodeGen/LiveRange.h:1.15 llvm/include/llvm/CodeGen/LiveRange.h:1.16
--- llvm/include/llvm/CodeGen/LiveRange.h:1.15 Tue Oct 29 10:50:20 2002
+++ llvm/include/llvm/CodeGen/LiveRange.h Tue Oct 29 11:00:19 2002
@@ -140,10 +140,6 @@
inline void setSuggestedColor(int Col) {
if (SuggestedColor == -1)
SuggestedColor = Col;
-#if 0
- else if (DEBUG_RA)
- std::cerr << "Already has a suggested color " << Col << "\n";
-#endif
}
inline unsigned getSuggestedColor() const {
More information about the llvm-commits
mailing list