1
0
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:
Davide Italiano 2016-07-09 03:27:24 +00:00
parent fd42e4d46e
commit b16a1e2b7f

View File

@ -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>();