mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 07:59:33 +00:00
Remove some debugging code.
llvm-svn: 48803
This commit is contained in:
parent
8edda0e5c0
commit
bf0ddb6156
@ -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