Remove <iostream>.
authorBill Wendling <isanbard@gmail.com>
Thu, 29 May 2008 21:29:39 +0000 (21:29 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 29 May 2008 21:29:39 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51704 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp

index 2163bae81c537c460e5601af92abc0bdbdd665c1..104f176bd79d4dcc3debc5de28081f984bd123c0 100644 (file)
@@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() {
     delete ClonedMIs[i];
 }
 
-#include <iostream>
-
 void LiveIntervals::computeNumbering() {
   Index2MiMap OldI2MI = i2miMap_;