Dominance frontier is now required.
authorDevang Patel <dpatel@apple.com>
Wed, 15 Aug 2007 03:34:53 +0000 (03:34 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 15 Aug 2007 03:34:53 +0000 (03:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41096 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopIndexSplit.cpp

index 975efe603023f3e07f8dbd1b2f7ea815a5c9371f..565e00c89502c7ca38b598f4e7347f53069a8e9c 100644 (file)
@@ -162,7 +162,7 @@ bool LoopIndexSplit::runOnLoop(Loop *IncomingLoop, LPPassManager &LPM_Ref) {
   SE = &getAnalysis<ScalarEvolution>();
   DT = &getAnalysis<DominatorTree>();
   LI = &getAnalysis<LoopInfo>();
-  DF = getAnalysisToUpdate<DominanceFrontier>();
+  DF = &getAnalysis<DominanceFrontier>();
 
   initialize();