aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-03-24 20:36:47 +0000
committerOwen Anderson <resistor@mac.com>2008-03-24 20:36:47 +0000
commit0add94be6c5c602747805bc0cbaf8222d1e48f7b (patch)
tree4d5441f8a9e240b047b35fabcbc1766d4883c77a /lib
parent1d4115e430d6f48b26efea9241109e157e2c52ad (diff)
downloadexternal_llvm-0add94be6c5c602747805bc0cbaf8222d1e48f7b.zip
external_llvm-0add94be6c5c602747805bc0cbaf8222d1e48f7b.tar.gz
external_llvm-0add94be6c5c602747805bc0cbaf8222d1e48f7b.tar.bz2
Remove #include<iostream>, which I was using for debugging.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/StrongPHIElimination.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/StrongPHIElimination.cpp b/lib/CodeGen/StrongPHIElimination.cpp
index 81be6c2..ff5a9aa 100644
--- a/lib/CodeGen/StrongPHIElimination.cpp
+++ b/lib/CodeGen/StrongPHIElimination.cpp
@@ -790,8 +790,6 @@ static unsigned ComputeUltimateVN(VNInfo *VNI,
return ThisValNoAssignments[VN] = UltimateVN;
}
-#include <iostream>
-
void StrongPHIElimination::mergeLiveIntervals(unsigned primary,
unsigned secondary,
unsigned secondaryVN) {