projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b8ec61
)
Dominance frontier is now required.
author
Devang Patel
<dpatel@apple.com>
Wed, 15 Aug 2007 03:34:53 +0000
(
03:34
+0000)
committer
Devang 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LoopIndexSplit.cpp
b/lib/Transforms/Scalar/LoopIndexSplit.cpp
index 975efe603023f3e07f8dbd1b2f7ea815a5c9371f..565e00c89502c7ca38b598f4e7347f53069a8e9c 100644
(file)
--- a/
lib/Transforms/Scalar/LoopIndexSplit.cpp
+++ b/
lib/Transforms/Scalar/LoopIndexSplit.cpp
@@
-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();