mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 01:18:47 +00:00
Dominance frontier is now required.
llvm-svn: 41096
This commit is contained in:
parent
315ea9c519
commit
423d18e306
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user