[LoopInterchange] Remove unused variable PreserveLCSSA (NFC).
authorFlorian Hahn <florian.hahn@arm.com>
Wed, 3 Oct 2018 11:01:23 +0000 (11:01 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Wed, 3 Oct 2018 11:01:23 +0000 (11:01 +0000)
llvm-svn: 343676

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

index b55a9e5..21c8512 100644 (file)
@@ -430,7 +430,6 @@ struct LoopInterchange : public LoopPass {
   LoopInfo *LI = nullptr;
   DependenceInfo *DI = nullptr;
   DominatorTree *DT = nullptr;
-  bool PreserveLCSSA;
 
   /// Interface to emit optimization remarks.
   OptimizationRemarkEmitter *ORE;