mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-17 13:30:41 +00:00
[LoopSimplify] Remove a comment which is unlikely to age well.
Chandler pointed out in his review but I forgot to remove before committing, my bad. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0dd611bd69
commit
c3bccfa86f
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user