mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 20:57:15 +00:00
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:
parent
403dad6660
commit
e4ded8937a
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user