OSDN Git Service

Add explicit #includes of <iostream>
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 22:53:01 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 22:53:01 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25509 91177308-0d34-0410-b5e6-96231b3b80d8

17 files changed:
lib/Analysis/DataStructure/Local.cpp
lib/Analysis/DataStructure/Steensgaard.cpp
lib/Support/ToolRunner.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp
lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp
lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp
lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
lib/Target/SparcV9/ModuloScheduling/MSchedGraphSB.cpp
lib/Target/SparcV9/SparcV9CodeEmitter.cpp
lib/Target/SparcV9/SparcV9JITInfo.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/Instrumentation/TraceBasicBlocks.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
tools/bugpoint/ToolRunner.cpp

index 2ef4aa8..2b0ac90 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/Timer.h"
+#include <iostream>
 
 // FIXME: This should eventually be a FunctionPass that is automatically
 // aggregated into a Pass.
index ec0bc1f..8a8391f 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/Analysis/Passes.h"
 #include "llvm/Module.h"
 #include "llvm/Support/Debug.h"
+#include <iostream>
 using namespace llvm;
 
 namespace {
index 6480c23..a9b68de 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Support/FileUtilities.h"
 #include <fstream>
 #include <sstream>
+#include <iostream>
 using namespace llvm;
 
 ToolExecutionError::~ToolExecutionError() throw() { }
index bda49a8..d9d854b 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/Support/Debug.h"
+#include <iostream>
 using namespace llvm;
 
 namespace {
index df66882..f10859d 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/CFG.h"
+#include <iostream>
 using namespace llvm;
 
 namespace {
index df66882..f10859d 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/CFG.h"
+#include <iostream>
 using namespace llvm;
 
 namespace {
index a5dc60b..52d5324 100644 (file)
@@ -17,7 +17,7 @@
 #include "llvm/Target/TargetSchedInfo.h"
 #include "../SparcV9Internals.h"
 #include "llvm/CodeGen/MachineInstr.h"
-
+#include <iostream>
 using namespace llvm;
 
 //Check if all resources are free
index 23697b8..487fb33 100644 (file)
@@ -17,7 +17,7 @@
 #include "llvm/Target/TargetSchedInfo.h"
 #include "../SparcV9Internals.h"
 #include "llvm/CodeGen/MachineInstr.h"
-
+#include <iostream>
 using namespace llvm;
 
 //Check if all resources are free
index ec68a96..d9b1f9b 100644 (file)
@@ -13,8 +13,8 @@
 // is provided, a conservative approach of adding dependencies between all
 // loads and stores is taken.
 //===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "ModuloSched"
 
+#define DEBUG_TYPE "ModuloSched"
 #include "MSchedGraph.h"
 #include "../SparcV9RegisterInfo.h"
 #include "../MachineCodeForInstruction.h"
@@ -28,7 +28,7 @@
 #include <cstdlib>
 #include <algorithm>
 #include <set>
-
+#include <iostream>
 using namespace llvm;
 
 //MSchedGraphNode constructor
index 0d3d720..bd879f8 100644 (file)
@@ -13,8 +13,8 @@
 // is provided, a conservative approach of adding dependencies between all
 // loads and stores is taken.
 //===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "ModuloSchedSB"
 
+#define DEBUG_TYPE "ModuloSchedSB"
 #include "MSchedGraphSB.h"
 #include "../SparcV9RegisterInfo.h"
 #include "../MachineCodeForInstruction.h"
@@ -30,7 +30,7 @@
 #include <set>
 #include "llvm/Target/TargetSchedInfo.h"
 #include "../SparcV9Internals.h"
-
+#include <iostream>
 using namespace llvm;
 
 //MSchedGraphSBNode constructor
index d977ff9..d691a10 100644 (file)
@@ -36,6 +36,7 @@
 #include "SparcV9CodeEmitter.h"
 #include "SparcV9Relocations.h"
 #include "MachineFunctionInfo.h"
+#include <iostream>
 using namespace llvm;
 
 bool SparcV9TargetMachine::addPassesToEmitMachineCode(FunctionPassManager &PM,
index c1a366b..2aefab4 100644 (file)
@@ -17,6 +17,7 @@
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/Config/alloca.h"
 #include "llvm/Support/Debug.h"
+#include <iostream>
 using namespace llvm;
 
 /// JITCompilerFunction - This contains the address of the JIT function used to
index 7ed0d42..56cb049 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/Debug.h"
 #include <algorithm>
+#include <iostream>
 using namespace llvm;
 
 static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty,
index 2d2a259..66a1b22 100644 (file)
@@ -23,6 +23,7 @@
 #include "ProfilingUtils.h"
 #include "llvm/Support/Debug.h"
 #include <set>
+#include <iostream>
 using namespace llvm;
 
 namespace {
index 85b9dcb..43324ac 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/ADT/StringExtras.h"
 #include <algorithm>
 #include <set>
+#include <iostream>
 using namespace llvm;
 
 // Provide a command-line option to aggregate function arguments into a struct
index da85416..1159cd3 100644 (file)
@@ -23,6 +23,7 @@
 #include <functional>
 #include <set>
 #include <map>
+#include <iostream>
 using namespace llvm;
 
 /// SafeToMergeTerminators - Return true if it is safe to merge these two
index 6480c23..a9b68de 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Support/FileUtilities.h"
 #include <fstream>
 #include <sstream>
+#include <iostream>
 using namespace llvm;
 
 ToolExecutionError::~ToolExecutionError() throw() { }