[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervals.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 22 14:54:32 PDT 2004
Changes in directory llvm/lib/CodeGen:
LiveIntervals.cpp updated: 1.101 -> 1.102
---
Log message:
Fix broken -debug printing
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/CodeGen/LiveIntervals.cpp
diff -u llvm/lib/CodeGen/LiveIntervals.cpp:1.101 llvm/lib/CodeGen/LiveIntervals.cpp:1.102
--- llvm/lib/CodeGen/LiveIntervals.cpp:1.101 Thu Jul 22 10:18:10 2004
+++ llvm/lib/CodeGen/LiveIntervals.cpp Thu Jul 22 16:54:22 2004
@@ -306,6 +306,7 @@
assert(vi.AliveBlocks.empty() &&
"Shouldn't be alive across any blocks!");
interval.addRange(defIndex, killIdx);
+ DEBUG(std::cerr << "\n");
return;
}
}
More information about the llvm-commits
mailing list