aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SROA.cpp
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2013-02-19 22:06:38 +0000
committerJakub Staszak <kubastaszak@gmail.com>2013-02-19 22:06:38 +0000
commit4263ed33a77a3679545e784da1ab26e79032a467 (patch)
tree102e2be1235811684387071b8c6f836706bb96ae /lib/Transforms/Scalar/SROA.cpp
parentccb3c9c2702f548fd0a7d60a622e6f4fdf0940e7 (diff)
downloadexternal_llvm-4263ed33a77a3679545e784da1ab26e79032a467.zip
external_llvm-4263ed33a77a3679545e784da1ab26e79032a467.tar.gz
external_llvm-4263ed33a77a3679545e784da1ab26e79032a467.tar.bz2
Remove unneeded #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175565 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/SROA.cpp')
-rw-r--r--lib/Transforms/Scalar/SROA.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/SROA.cpp b/lib/Transforms/Scalar/SROA.cpp
index 19265db..1e74d74 100644
--- a/lib/Transforms/Scalar/SROA.cpp
+++ b/lib/Transforms/Scalar/SROA.cpp
@@ -43,14 +43,12 @@
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/LLVMContext.h"
-#include "llvm/IR/Module.h"
#include "llvm/IR/Operator.h"
#include "llvm/InstVisitor.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/Utils/Local.h"