mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01: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. llvm-svn: 274963
This commit is contained in:
parent
fd42e4d46e
commit
b16a1e2b7f
@ -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…
Reference in New Issue
Block a user