Dominance frontier is now required.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-08-15 03:34:53 +00:00
parent 5b8ec614f5
commit 7375bb9c8c

View 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();