projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b933a
)
[LoopSimplify] Remove a comment which is unlikely to age well.
author
Davide Italiano
<davide@freebsd.org>
Sat, 9 Jul 2016 03:27:24 +0000
(
03:27
+0000)
committer
Davide Italiano
<davide@freebsd.org>
Sat, 9 Jul 2016 03:27:24 +0000
(
03:27
+0000)
Chandler pointed out in his review but I forgot to remove before
committing, my bad.
llvm-svn: 274963
llvm/lib/Transforms/Utils/LoopSimplify.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Utils/LoopSimplify.cpp
b/llvm/lib/Transforms/Utils/LoopSimplify.cpp
index
a364cab
..
b3a928b
100644
(file)
--- a/
llvm/lib/Transforms/Utils/LoopSimplify.cpp
+++ b/
llvm/lib/Transforms/Utils/LoopSimplify.cpp
@@
-819,10
+819,6
@@
PreservedAnalyses LoopSimplifyPass::run(Function &F,
if (!Changed)
return PreservedAnalyses::all();
PreservedAnalyses PA;
-
- // The old PM also preserved LCSSAID and BreakCriticalEdgesID.
- // This makes no sense in the new PM so we omit those from the set
- // of preserved passes.
PA.preserve<DominatorTreeAnalysis>();
PA.preserve<LoopAnalysis>();
PA.preserve<BasicAA>();