Remove <iostream>.

llvm-svn: 51704
This commit is contained in:
Bill Wendling 2008-05-29 21:29:39 +00:00
parent 021ca18bb5
commit bf5b228c32
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ void LiveIntervals::releaseMemory() {
delete ClonedMIs[i];
}
#include <iostream>
void LiveIntervals::computeNumbering() {
Index2MiMap OldI2MI = i2miMap_;