These files don't need to include <iostream> since they include "Support/Debug.h".
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 20:50:33 +0000 (20:50 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 21 Jul 2004 20:50:33 +0000 (20:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15089 91177308-0d34-0410-b5e6-96231b3b80d8

26 files changed:
lib/Analysis/DataStructure/Local.cpp
lib/Analysis/DataStructure/Steensgaard.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/ModuloScheduling/MSSchedule.cpp
lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
lib/CodeGen/RegAllocIterativeScan.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/CodeGen/RegAllocSimple.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/VirtRegMap.cpp
lib/Support/ToolRunner.cpp
lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp
lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/Instrumentation/ProfilePaths/Graph.cpp
lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/ToolRunner.cpp

index 7836555c293006ea4dbb4d075dbea8e8af54602b..34095a2015a2c42f8bd73b7636ec2c45de7d1842 100644 (file)
@@ -24,7 +24,6 @@
 #include "Support/CommandLine.h"
 #include "Support/Debug.h"
 #include "Support/Timer.h"
-#include <iostream>
 
 // FIXME: This should eventually be a FunctionPass that is automatically
 // aggregated into a Pass.
index 5b055dc345ae828a06598135099f48b030b2a746..55a6deb048f0c8af86307d72f6b5bd0faed133e7 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/Module.h"
 #include "Support/Debug.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {
index 4479ea76e3dc7421025505c32f2ebfd4bb843422..dc9aab5cd37085a10b8ee279e5680c6294184592 100644 (file)
@@ -33,7 +33,6 @@
 #include "Support/STLExtras.h"
 #include "VirtRegMap.h"
 #include <cmath>
-#include <iostream>
 
 using namespace llvm;
 
index 48ddd386fa82bca43de09e5bd60e0f6049512892..dfee1d15bee5424e522504b2ad58f66112de8237 100644 (file)
@@ -15,7 +15,6 @@
 #include "MSSchedule.h"
 #include "Support/Debug.h"
 #include "llvm/Target/TargetSchedInfo.h"
-#include <iostream>
 
 using namespace llvm;
 
index 4898da8e495c28fd98b764a1464c4e246b0471ea..b441bea051256c17a64379ec3387f2510b1f8a66 100644 (file)
@@ -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, 
index 58fd089943e644fee2f0e23ff9ed17d5a8c45193..62ca490c98331e206e1d4defbc06c6dc587e0080 100644 (file)
@@ -23,7 +23,6 @@
 #include "Support/StringExtras.h"
 #include <vector>
 #include <utility>
-#include <iostream>
 #include <fstream>
 #include <sstream>
 
index 9c946a7703f140ce9e435c4e57c7e2f7e6e8d811..7f7b2818ffd2902d80b5e542ceb9b0b9882a78b4 100644 (file)
@@ -34,7 +34,6 @@
 #include "VirtRegMap.h"
 #include <algorithm>
 #include <cmath>
-#include <iostream>
 #include <set>
 
 using namespace llvm;
index 4a55df189369f51c65db08e06cb0d575f28ea7b2..e6e5595720f29bd44daed9196ba07463b8514979 100644 (file)
@@ -28,7 +28,6 @@
 #include "VirtRegMap.h"
 #include <algorithm>
 #include <cmath>
-#include <iostream>
 #include <set>
 
 using namespace llvm;
index 4c7ccdf8758db9bc0e81ab278e890179e698848f..bea603ce49667b7a8c6f4053816b24d9ebbb4c0d 100644 (file)
@@ -25,7 +25,6 @@
 #include "Support/Debug.h"
 #include "Support/DenseMap.h"
 #include "Support/Statistic.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {
index ad46bbfec1de5607a4954ce18936f6d77781f14f..4c1e371c723b3c500a43a5ddb50a36452bd7caa8 100644 (file)
@@ -25,7 +25,6 @@
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {
index f2815eecffb17ae3212ffaaf2bd4161b02e02c0d..0805549d85c92a5a4e29f2ab3bd843637753e91f 100644 (file)
@@ -40,7 +40,6 @@
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {
index 3d543296b40d3d019098b00ee62a1ccde1c8763b..572bace5944619151f0cf72a6261cb6c10d22a3d 100644 (file)
@@ -27,7 +27,6 @@
 #include "Support/DenseMap.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
-#include <iostream>
 
 using namespace llvm;
 
index 0e6a0413dd6fe689c6c5d97a1193108b00cd8032..ad62474eac9e623e5837cdeeb298a7378d5bf9d2 100644 (file)
@@ -16,7 +16,6 @@
 #include "Config/config.h"   // for HAVE_LINK_R
 #include "Support/Debug.h"
 #include "Support/FileUtilities.h"
-#include <iostream>
 #include <fstream>
 #include <sstream>
 using namespace llvm;
index 48ddd386fa82bca43de09e5bd60e0f6049512892..dfee1d15bee5424e522504b2ad58f66112de8237 100644 (file)
@@ -15,7 +15,6 @@
 #include "MSSchedule.h"
 #include "Support/Debug.h"
 #include "llvm/Target/TargetSchedInfo.h"
-#include <iostream>
 
 using namespace llvm;
 
index 4898da8e495c28fd98b764a1464c4e246b0471ea..b441bea051256c17a64379ec3387f2510b1f8a66 100644 (file)
@@ -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, 
index 58fd089943e644fee2f0e23ff9ed17d5a8c45193..62ca490c98331e206e1d4defbc06c6dc587e0080 100644 (file)
@@ -23,7 +23,6 @@
 #include "Support/StringExtras.h"
 #include <vector>
 #include <utility>
-#include <iostream>
 #include <fstream>
 #include <sstream>
 
index 8e4fe7c4f55baa942372bfc44782bddd12f4fcb2..1669f0371e1778564d4bfe9e284859c7f010ed35 100644 (file)
 #include "llvm/iOther.h"
 #include "llvm/iPHINode.h"
 #include "llvm/iMemory.h"
-
 #include "llvm/Analysis/Expressions.h"
 #include "Support/STLExtras.h"
 #include "Support/Debug.h"
 #include <algorithm>
-#include <iostream>
 using namespace llvm;
 
 static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty,
index d667e57875b510700f3d05fa870ef7f3c5ef5731..d69c4c3b4ce32570f713d35c27579466ae860150 100644 (file)
@@ -16,7 +16,6 @@
 #include "llvm/iTerminators.h"
 #include "Support/Debug.h"
 #include <algorithm>
-#include <iostream>
 
 using std::vector;
 
index f0db940ced1c149c1420967e3e05fea7e1bbb614..d9dc011cd5e73e7ee270774be3fa7496a03f5f18 100644 (file)
@@ -17,7 +17,6 @@
 #include "llvm/iTerminators.h"
 #include "Support/Debug.h"
 #include <algorithm>
-#include <iostream>
 #include "Graph.h"
 
 //using std::list;
index 5821fda8da19a77da1a5e83ed1801a4dd2ec1c09..5d53d230c9416a4804317b0bd5d6a7ec827f9c18 100644 (file)
@@ -24,7 +24,6 @@
 #include "llvm/Pass.h"
 #include "Support/Debug.h"
 #include "../ProfilingUtils.h"
-#include <iostream>
 
 namespace llvm {
 
index 3258bf5b21b6f432e3a8094971451be5f7cba64a..9403aa26f7517f5bda8ade250b23381732b145da 100644 (file)
@@ -23,7 +23,6 @@
 #include "llvm/iPHINode.h"
 #include "ProfilingUtils.h"
 #include "Support/Debug.h"
-#include <iostream>
 #include <set>
 using namespace llvm;
 
index 67ec6415cd85e192d4f31f510f16fb632769f47c..dbc358bf61d90c6d2f6808ff1aecd492223829e2 100644 (file)
@@ -28,7 +28,6 @@
 #include "Support/Debug.h"
 #include "Support/StringExtras.h"
 #include <algorithm>
-#include <iostream>
 #include <set>
 using namespace llvm;
 
index 2cf4ab9cded8ca5e8db6655489c46e5c7c2f4f34..e2a5c8e36576d91eae0e9aa339db920a962235b8 100644 (file)
@@ -21,7 +21,6 @@
 #include <algorithm>
 #include <functional>
 #include <set>
-#include <iostream>
 
 using namespace llvm;
 
index c2a4a1cba6c0f9a0a8ec30d504c5821a922a890d..12ca1234026f3cc7c54e576a8a380e104636cf3f 100644 (file)
@@ -19,7 +19,6 @@
 #include "Support/FileUtilities.h"
 #include "Support/SystemUtils.h"
 #include <fstream>
-#include <iostream>
 using namespace llvm;
 
 namespace {
index 0f3d44e8a4da1aeda4d09eb4e7bd1102bae57415..ecc2652556eb342aa5c20d0f5927a621f1aa440c 100644 (file)
@@ -27,7 +27,6 @@
 #include "Support/CommandLine.h"
 #include "Support/Debug.h"
 #include "Support/FileUtilities.h"
-#include <iostream>
 #include <set>
 using namespace llvm;
 
index 0e6a0413dd6fe689c6c5d97a1193108b00cd8032..ad62474eac9e623e5837cdeeb298a7378d5bf9d2 100644 (file)
@@ -16,7 +16,6 @@
 #include "Config/config.h"   // for HAVE_LINK_R
 #include "Support/Debug.h"
 #include "Support/FileUtilities.h"
-#include <iostream>
 #include <fstream>
 #include <sstream>
 using namespace llvm;