summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-30 16:25:25 +0000
committerChris Lattner <sabre@nondot.org>2002-06-30 16:25:25 +0000
commit33422fedc2f25f19142e46e4e9e10d9374f24355 (patch)
tree006df739521a92afd57c025296e6f4889ce36a89 /llvm/lib/Transforms
parenta3a1ba1d6ae1cb3abe2659f70786eb2d6d96e4a4 (diff)
downloadbcm5719-llvm-33422fedc2f25f19142e46e4e9e10d9374f24355.tar.gz
bcm5719-llvm-33422fedc2f25f19142e46e4e9e10d9374f24355.zip
*** empty log message ***
llvm-svn: 2813
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/OldPoolAllocate.cpp1
-rw-r--r--llvm/lib/Transforms/Scalar/IndVarSimplify.cpp1
-rw-r--r--llvm/lib/Transforms/Utils/CloneFunction.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp b/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp
index ded2c22112f..bbd9d1b9f04 100644
--- a/llvm/lib/Transforms/IPO/OldPoolAllocate.cpp
+++ b/llvm/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/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
index 4913a89ea61..acd1deb7110 100644
--- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/llvm/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/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp
index f912d11500e..866b8c3bbe4 100644
--- a/llvm/lib/Transforms/Utils/CloneFunction.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud