diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-05-29 21:29:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-05-29 21:29:39 +0000 |
commit | ec58498dc911065c122a2a54fa9d1338f7fb187f (patch) | |
tree | e51ad7e88a8bc4dcee93d893d21102fb55533162 /lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | 9491195710811cfe2413bbcd04bce2ed56ea121a (diff) |
Remove <iostream>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51704 91177308-0d34-0410-b5e6-96231b3b80d8
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_; |