diff options
author | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-06-30 16:25:25 +0000 |
commit | 3e009942ed6d5b075377ea8eb34c2daa8d8c5f77 (patch) | |
tree | cf8cb4a087939d28da6b9823a6db620d9f419e29 | |
parent | f739969911f57ab20a2e0c34081dfd3b6ea845aa (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2813 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/IPO/OldPoolAllocate.cpp | 1 | ||||
-rw-r--r-- | lib/Transforms/Scalar/IndVarSimplify.cpp | 1 | ||||
-rw-r--r-- | lib/Transforms/Utils/CloneFunction.cpp | 1 | ||||
-rw-r--r-- | lib/VMCore/Constants.cpp | 1 | ||||
-rw-r--r-- | lib/VMCore/Value.cpp | 2 | ||||
-rw-r--r-- | tools/opt/opt.cpp | 1 |
6 files changed, 1 insertions, 6 deletions
diff --git a/lib/Transforms/IPO/OldPoolAllocate.cpp b/lib/Transforms/IPO/OldPoolAllocate.cpp index ded2c22112..bbd9d1b9f0 100644 --- a/lib/Transforms/IPO/OldPoolAllocate.cpp +++ b/lib/Transforms/IPO/OldPoolAllocate.cpp @@ -24,7 +24,6 @@ #include "Support/DepthFirstIterator.h" #include "Support/STLExtras.h" #include <algorithm> -#include <iostream> using std::vector; using std::cerr; using std::map; diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index 4913a89ea6..acd1deb711 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -16,7 +16,6 @@ #include "llvm/Support/CFG.h" #include "Support/STLExtras.h" #include "Support/StatisticReporter.h" -#include <iostream> static Statistic<> NumRemoved ("indvars\t\t- Number of aux indvars removed"); static Statistic<> NumInserted("indvars\t\t- Number of cannonical indvars added"); diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp index f912d11500..866b8c3bbe 100644 --- a/lib/Transforms/Utils/CloneFunction.cpp +++ b/lib/Transforms/Utils/CloneFunction.cpp @@ -6,7 +6,6 @@ #include "llvm/BasicBlock.h" #include "llvm/Instruction.h" #include <map> -#include <iostream> // FIXME: This should be merged with FunctionInlining diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index e918a24855..dcce830d16 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -12,7 +12,6 @@ #include "llvm/SlotCalculator.h" #include "Support/StringExtras.h" #include <algorithm> -#include <iostream> using std::map; using std::pair; diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index 3ac0f10721..da3d87f9d2 100644 --- a/lib/VMCore/Value.cpp +++ b/lib/VMCore/Value.cpp @@ -8,7 +8,7 @@ #include "llvm/SymbolTable.h" #include "llvm/DerivedTypes.h" #include <algorithm> -#include <iostream> + //===----------------------------------------------------------------------===// // Value Class //===----------------------------------------------------------------------===// diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index ce2db65dd0..70f82be639 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -30,7 +30,6 @@ #include "Support/Signals.h" #include <fstream> #include <memory> -#include <iostream> using std::cerr; |