summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 2163bae81c5..104f176bd79 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() {
delete ClonedMIs[i];
}
-#include <iostream>
-
void LiveIntervals::computeNumbering() {
Index2MiMap OldI2MI = i2miMap_;
OpenPOWER on IntegriCloud