diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/LiveIntervalAnalysis.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/ModuloScheduling/MSSchedule.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/ModuloScheduling/MSchedGraph.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/RegAllocIterativeScan.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/RegAllocLocal.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/RegAllocSimple.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/TwoAddressInstructionPass.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/VirtRegMap.cpp | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 4479ea76e3..dc9aab5cd3 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -33,7 +33,6 @@ #include "Support/STLExtras.h" #include "VirtRegMap.h" #include <cmath> -#include <iostream> using namespace llvm; diff --git a/lib/CodeGen/ModuloScheduling/MSSchedule.cpp b/lib/CodeGen/ModuloScheduling/MSSchedule.cpp index 48ddd386fa..dfee1d15be 100644 --- a/lib/CodeGen/ModuloScheduling/MSSchedule.cpp +++ b/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/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp b/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp index 4898da8e49..b441bea051 100644 --- a/lib/CodeGen/ModuloScheduling/MSchedGraph.cpp +++ b/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/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp b/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp index 58fd089943..62ca490c98 100644 --- a/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp +++ b/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp @@ -23,7 +23,6 @@ #include "Support/StringExtras.h" #include <vector> #include <utility> -#include <iostream> #include <fstream> #include <sstream> diff --git a/lib/CodeGen/RegAllocIterativeScan.cpp b/lib/CodeGen/RegAllocIterativeScan.cpp index 9c946a7703..7f7b2818ff 100644 --- a/lib/CodeGen/RegAllocIterativeScan.cpp +++ b/lib/CodeGen/RegAllocIterativeScan.cpp @@ -34,7 +34,6 @@ #include "VirtRegMap.h" #include <algorithm> #include <cmath> -#include <iostream> #include <set> using namespace llvm; diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 4a55df1893..e6e5595720 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -28,7 +28,6 @@ #include "VirtRegMap.h" #include <algorithm> #include <cmath> -#include <iostream> #include <set> using namespace llvm; diff --git a/lib/CodeGen/RegAllocLocal.cpp b/lib/CodeGen/RegAllocLocal.cpp index 4c7ccdf875..bea603ce49 100644 --- a/lib/CodeGen/RegAllocLocal.cpp +++ b/lib/CodeGen/RegAllocLocal.cpp @@ -25,7 +25,6 @@ #include "Support/Debug.h" #include "Support/DenseMap.h" #include "Support/Statistic.h" -#include <iostream> using namespace llvm; namespace { diff --git a/lib/CodeGen/RegAllocSimple.cpp b/lib/CodeGen/RegAllocSimple.cpp index ad46bbfec1..4c1e371c72 100644 --- a/lib/CodeGen/RegAllocSimple.cpp +++ b/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 { diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp index f2815eecff..0805549d85 100644 --- a/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -40,7 +40,6 @@ #include "Support/Debug.h" #include "Support/Statistic.h" #include "Support/STLExtras.h" -#include <iostream> using namespace llvm; namespace { diff --git a/lib/CodeGen/VirtRegMap.cpp b/lib/CodeGen/VirtRegMap.cpp index 3d543296b4..572bace594 100644 --- a/lib/CodeGen/VirtRegMap.cpp +++ b/lib/CodeGen/VirtRegMap.cpp @@ -27,7 +27,6 @@ #include "Support/DenseMap.h" #include "Support/Statistic.h" #include "Support/STLExtras.h" -#include <iostream> using namespace llvm; |