diff options
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp b/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp index 40b3306c2c5..c623f94d0de 100644 --- a/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp +++ b/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp @@ -89,8 +89,8 @@ private: DominatorTree &DT; ScalarEvolution &SE; MemorySSAUpdater *MSSAU; - DomTreeUpdater DTU; LoopBlocksDFS DFS; + DomTreeUpdater DTU; SmallVector<DominatorTree::UpdateType, 16> DTUpdates; // Whether or not the current loop has irreducible CFG. |