diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:01 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:01 +0000 |
commit | 6af4f232b5d1cf44d94f60fa29b3840218bed2b2 (patch) | |
tree | 84d616744dbc35c4b160398f75d7c84a56d22bc8 /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | |
parent | da9f40267730cb5d6ea50840851fa7aa84dcd2a2 (diff) | |
download | bcm5719-llvm-6af4f232b5d1cf44d94f60fa29b3840218bed2b2.tar.gz bcm5719-llvm-6af4f232b5d1cf44d94f60fa29b3840218bed2b2.zip |
Remove redundant includes from lib/Transforms.
llvm-svn: 320628
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp b/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp index 96b51396c9b..ad1faea0a7a 100644 --- a/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp +++ b/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp @@ -18,13 +18,11 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/Statistic.h" #include "llvm/Analysis/LoopInfo.h" -#include "llvm/Analysis/LoopPass.h" #include "llvm/Analysis/ScalarEvolutionExpander.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/Dominators.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/Instructions.h" -#include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/PatternMatch.h" #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" |