remove debugging code *slaps head*

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23294 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-09-09 19:19:20 +00:00
parent b11443dc84
commit ceb0a52231

View File

@ -265,7 +265,6 @@ addIntervalsForSpills(const LiveInterval &li, VirtRegMap &vrm, int slot) {
mi->SetMachineOperandReg(i, NewRegLiveIn); mi->SetMachineOperandReg(i, NewRegLiveIn);
DEBUG(std::cerr << "\t\t\t\treused reload into reg" << NewRegLiveIn DEBUG(std::cerr << "\t\t\t\treused reload into reg" << NewRegLiveIn
<< " for operand #" << i << '\n'); << " for operand #" << i << '\n');
mi->dump();
} else if (MachineInstr* fmi = mri_->foldMemoryOperand(mi, i, slot)) { } else if (MachineInstr* fmi = mri_->foldMemoryOperand(mi, i, slot)) {
// Attempt to fold the memory reference into the instruction. If we // Attempt to fold the memory reference into the instruction. If we
// can do this, we don't need to insert spill code. // can do this, we don't need to insert spill code.