diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp | 1 | 
2 files changed, 0 insertions, 3 deletions
| diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp index 56bb4fea92c..44b83adcb35 100644 --- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -51,12 +51,10 @@  #include "llvm/Support/CFG.h"  #include "llvm/Support/Compiler.h"  #include "llvm/Support/Debug.h" -#include "llvm/Support/GetElementPtrTypeIterator.h"  #include "llvm/Transforms/Utils/Local.h"  #include "llvm/Transforms/Utils/BasicBlockUtils.h"  #include "llvm/Support/CommandLine.h"  #include "llvm/ADT/SmallVector.h" -#include "llvm/ADT/SetVector.h"  #include "llvm/ADT/Statistic.h"  #include "llvm/ADT/STLExtras.h"  using namespace llvm; diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 557f34bc14e..15b1506700c 100644 --- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -27,7 +27,6 @@  #include "llvm/Transforms/Utils/AddrModeMatcher.h"  #include "llvm/Transforms/Utils/BasicBlockUtils.h"  #include "llvm/Transforms/Utils/Local.h" -#include "llvm/ADT/SmallPtrSet.h"  #include "llvm/ADT/Statistic.h"  #include "llvm/Support/CFG.h"  #include "llvm/Support/Debug.h" | 

