summaryrefslogtreecommitdiff
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
commite5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec (patch)
tree2ba82f39034d328cafaf32d1adeb7ec1dfc1c690
parent1488326156741063fa7a23e1638c13e81d167e22 (diff)
downloadllvm-e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec.tar.gz
llvm-e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec.tar.bz2
llvm-e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec.tar.xz
Remove a #include of <iostream>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72828 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/RegAllocLinearScan.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp
index 098da7eed4..0ef97c139d 100644
--- a/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/lib/CodeGen/RegAllocLinearScan.cpp
@@ -40,7 +40,6 @@
#include <queue>
#include <memory>
#include <cmath>
-#include <iostream>
using namespace llvm;