diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-04 01:59:35 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-04 01:59:35 +0000 |
commit | e5eb6d2fdb9c8cb1d0ddc89759bb6c6d43dd75ec (patch) | |
tree | 2ba82f39034d328cafaf32d1adeb7ec1dfc1c690 /lib/CodeGen/RegAllocLinearScan.cpp | |
parent | 1488326156741063fa7a23e1638c13e81d167e22 (diff) |
Remove a #include of <iostream>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72828 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 1 |
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; |