diff options
author | Dan Gohman <gohman@apple.com> | 2009-12-14 17:19:06 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-12-14 17:19:06 +0000 |
commit | 416d5b73616b8a8dd7444f1c2bc292b75b53125f (patch) | |
tree | bbefcddd00bc94186b820061e2738d41c3868982 /llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | |
parent | 5dc61d7ab564a651f12f6ea36e0c89509db91a14 (diff) | |
download | bcm5719-llvm-416d5b73616b8a8dd7444f1c2bc292b75b53125f.tar.gz bcm5719-llvm-416d5b73616b8a8dd7444f1c2bc292b75b53125f.zip |
Remove unnecessary #includes.
llvm-svn: 91293
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index bffb56b4e19..d79a713a075 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -24,7 +24,6 @@ #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/IntrinsicInst.h" -#include "llvm/Type.h" #include "llvm/DerivedTypes.h" #include "llvm/Analysis/IVUsers.h" #include "llvm/Analysis/LoopPass.h" @@ -33,7 +32,6 @@ #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Transforms/Utils/Local.h" #include "llvm/ADT/Statistic.h" -#include "llvm/Support/CFG.h" #include "llvm/Support/Debug.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ValueHandle.h" |