summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-14 17:19:06 +0000
committerDan Gohman <gohman@apple.com>2009-12-14 17:19:06 +0000
commitc71c0e958c55bbf389ba27edfa9a7d4206a8fe2c (patch)
treecf27c262db0edc543b64fe6089e1bc1394cc349e /lib/Transforms/Scalar/LoopStrengthReduce.cpp
parent35d913e6f3ff9267bb130c918d1286156e18797d (diff)
downloadllvm-c71c0e958c55bbf389ba27edfa9a7d4206a8fe2c.tar.gz
llvm-c71c0e958c55bbf389ba27edfa9a7d4206a8fe2c.tar.bz2
llvm-c71c0e958c55bbf389ba27edfa9a7d4206a8fe2c.tar.xz
Remove unnecessary #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r--lib/Transforms/Scalar/LoopStrengthReduce.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index bffb56b4e1..d79a713a07 100644
--- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/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"