Remove unused private fields found by clang's new -Wunused-private-field.
[oota-llvm.git] / lib / Transforms / Utils / SimplifyIndVar.cpp
index 4030befaffa183c1684d257413fa2871eebda7be..5d673f18241122de60b73c6eb3b6819bf0f928fc 100644 (file)
@@ -16,7 +16,6 @@
 #define DEBUG_TYPE "indvars"
 
 #include "llvm/Instructions.h"
-#include "llvm/Analysis/Dominators.h"
 #include "llvm/Analysis/IVUsers.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Analysis/LoopPass.h"
@@ -44,7 +43,6 @@ namespace {
   class SimplifyIndvar {
     Loop             *L;
     LoopInfo         *LI;
-    DominatorTree    *DT;
     ScalarEvolution  *SE;
     const TargetData *TD; // May be NULL