summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-04 01:59:35 +0000
committerDan Gohman <gohman@apple.com>2009-06-04 01:59:35 +0000
commitaba72ed47f6f88869d360638c81ffa04d66cc505 (patch)
treee4d84199bba5c570341460745076ce5b614cf153 /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parent7c80959a97e2925d2cac76e755ea45db4de7cc54 (diff)
downloadbcm5719-llvm-aba72ed47f6f88869d360638c81ffa04d66cc505.tar.gz
bcm5719-llvm-aba72ed47f6f88869d360638c81ffa04d66cc505.zip
Remove a #include of <iostream>.
llvm-svn: 72828
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index 098da7eed4d..0ef97c139df 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -40,7 +40,6 @@
#include <queue>
#include <memory>
#include <cmath>
-#include <iostream>
using namespace llvm;
OpenPOWER on IntegriCloud