Skip to content

Commit

Permalink
[Analysis] Address review comments. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Oct 15, 2024
1 parent 11306bb commit fcb9b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm/Analysis/LastRunTrackingAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
// we can avoid running a pass again if there is no change since the last run of
// the pass.
//
// In this pass we track a set of passes S for each function with the following
// transition rules:
// In this analysis we track a set of passes S for each function with the
// following transition rules:
// 1. If pass P make changes, set S = {P}.
// 2. If pass P doesn't make changes, set S = S + {P}.
//
Expand Down

0 comments on commit fcb9b4f

Please sign in to comment.