diff options
author | Owen Anderson <resistor@mac.com> | 2008-03-25 22:26:43 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-03-25 22:26:43 +0000 |
commit | b70215e35c59625448e790279a7e3ca96971784c (patch) | |
tree | 8c76d1f5535e034201c7e357e647d29556062907 /lib/CodeGen | |
parent | 8344fa85a07e2df80c5bd7b9370d3baa5b7c4ea4 (diff) | |
download | external_llvm-b70215e35c59625448e790279a7e3ca96971784c.zip external_llvm-b70215e35c59625448e790279a7e3ca96971784c.tar.gz external_llvm-b70215e35c59625448e790279a7e3ca96971784c.tar.bz2 |
Remove some debugging code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/StrongPHIElimination.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/StrongPHIElimination.cpp b/lib/CodeGen/StrongPHIElimination.cpp index f45c95f..87801da 100644 --- a/lib/CodeGen/StrongPHIElimination.cpp +++ b/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; } |