diff options
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r-- | lib/CodeGen/LiveIntervalAnalysis.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 2163bae81c..104f176bd7 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() { delete ClonedMIs[i]; } -#include <iostream> - void LiveIntervals::computeNumbering() { Index2MiMap OldI2MI = i2miMap_; |