diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-07-21 20:50:33 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-07-21 20:50:33 +0000 |
commit | 902dcf07290919f960b06695c16d8c72c521c01a (patch) | |
tree | 3fc788c22e4b21b1ec92e501b6b4c45a96c0a366 /llvm/lib/CodeGen/RegAllocSimple.cpp | |
parent | 025daeeee67a0a778bc5fd2f23e7e3a07a98a5bc (diff) | |
download | bcm5719-llvm-902dcf07290919f960b06695c16d8c72c521c01a.tar.gz bcm5719-llvm-902dcf07290919f960b06695c16d8c72c521c01a.zip |
These files don't need to include <iostream> since they include "Support/Debug.h".
llvm-svn: 15089
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocSimple.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index ad46bbfec1d..4c1e371c723 100644 --- a/llvm/lib/CodeGen/RegAllocSimple.cpp +++ b/llvm/lib/CodeGen/RegAllocSimple.cpp @@ -25,7 +25,6 @@ #include "Support/Debug.h" #include "Support/Statistic.h" #include "Support/STLExtras.h" -#include <iostream> using namespace llvm; namespace { |