From 33422fedc2f25f19142e46e4e9e10d9374f24355 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 30 Jun 2002 16:25:25 +0000 Subject: *** empty log message *** llvm-svn: 2813 --- llvm/lib/Transforms/IPO/OldPoolAllocate.cpp | 1 - llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 1 - llvm/lib/Transforms/Utils/CloneFunction.cpp | 1 - 3 files changed, 3 deletions(-) (limited to 'llvm/lib/Transforms') 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 -#include 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 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 -#include // FIXME: This should be merged with FunctionInlining -- cgit v1.2.3