Remove a #include of <iostream>.
authorDan Gohman <gohman@apple.com>
Thu, 4 Jun 2009 01:59:35 +0000 (01:59 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 4 Jun 2009 01:59:35 +0000 (01:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72828 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLinearScan.cpp

index 098da7eed4d0f4599bb9a2940d825b417af75014..0ef97c139df704afc437331f86c1dff7f3d88bc1 100644 (file)
@@ -40,7 +40,6 @@
 #include <queue>
 #include <memory>
 #include <cmath>
-#include <iostream>
 
 using namespace llvm;