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 | aba72ed47f6f88869d360638c81ffa04d66cc505 (patch) | |
tree | e4d84199bba5c570341460745076ce5b614cf153 /llvm/lib/CodeGen/RegAllocLinearScan.cpp | |
parent | 7c80959a97e2925d2cac76e755ea45db4de7cc54 (diff) | |
download | bcm5719-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.cpp | 1 |
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; |