Remove some debugging code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2008-03-25 22:26:43 +00:00
parent 403dad6660
commit e4ded8937a

View File

@ -915,8 +915,5 @@ bool StrongPHIElimination::runOnMachineFunction(MachineFunction &Fn) {
(*I)->eraseFromParent();
}
for (LiveIntervals::iterator I = LI.begin(), E = LI.end(); I != E; ++I)
I->second.dump();
return false;
}