summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-03-25 22:26:43 +0000
committerOwen Anderson <resistor@mac.com>2008-03-25 22:26:43 +0000
commit9f129318dc863edf42275da9296b3991f4e92441 (patch)
tree7adf620ef8bbbd804f967a100f0e6ea61676f85e /llvm/lib/CodeGen
parent1d46d45e35dc44ab3c4b0aaf2136db5278d85634 (diff)
downloadbcm5719-llvm-9f129318dc863edf42275da9296b3991f4e92441.tar.gz
bcm5719-llvm-9f129318dc863edf42275da9296b3991f4e92441.zip
Remove some debugging code.
llvm-svn: 48803
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/StrongPHIElimination.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/StrongPHIElimination.cpp b/llvm/lib/CodeGen/StrongPHIElimination.cpp
index f45c95fdd35..87801da2bd0 100644
--- a/llvm/lib/CodeGen/StrongPHIElimination.cpp
+++ b/llvm/lib/CodeGen/StrongPHIElimination.cpp
@@ -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;
}
OpenPOWER on IntegriCloud