[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Sep 9 12:19:31 PDT 2005
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.147 -> 1.148
---
Log message:
remove debugging code *slaps head*
---
Diffs of the changes: (+0 -1)
LiveIntervalAnalysis.cpp | 1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff -u llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.147 llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.148
--- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp:1.147 Fri Sep 9 14:17:47 2005
+++ llvm/lib/CodeGen/LiveIntervalAnalysis.cpp Fri Sep 9 14:19:20 2005
@@ -265,7 +265,6 @@
mi->SetMachineOperandReg(i, NewRegLiveIn);
DEBUG(std::cerr << "\t\t\t\treused reload into reg" << NewRegLiveIn
<< " for operand #" << i << '\n');
- mi->dump();
} else if (MachineInstr* fmi = mri_->foldMemoryOperand(mi, i, slot)) {
// Attempt to fold the memory reference into the instruction. If we
// can do this, we don't need to insert spill code.
More information about the llvm-commits
mailing list