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/ModuloScheduling | |
| 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/ModuloScheduling')
| -rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp b/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp index 48ddd386fa8..dfee1d15bee 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/MSSchedule.cpp @@ -15,7 +15,6 @@ #include "MSSchedule.h" #include "Support/Debug.h" #include "llvm/Target/TargetSchedInfo.h" -#include <iostream> using namespace llvm; diff --git a/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp b/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp index 4898da8e495..b441bea0512 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp @@ -17,7 +17,6 @@ #include "llvm/CodeGen/MachineBasicBlock.h" #include "llvm/Target/TargetInstrInfo.h" #include "Support/Debug.h" -#include <iostream> using namespace llvm; MSchedGraphNode::MSchedGraphNode(const MachineInstr* inst, diff --git a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp index 58fd089943e..62ca490c983 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/llvm/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp @@ -23,7 +23,6 @@ #include "Support/StringExtras.h" #include <vector> #include <utility> -#include <iostream> #include <fstream> #include <sstream> |

