Skip to content

Commit

Permalink
[LoopSimplify] Remove a comment which is unlikely to age well.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dcci committed Jul 9, 2016
1 parent 0dd611b commit c3bccfa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Transforms/Utils/LoopSimplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>();
Expand Down

0 comments on commit c3bccfa

Please sign in to comment.