Skip to content

Commit d2b422f

Browse files
committed
[Analysis] Address review comments. NFC.
1 parent c162f49 commit d2b422f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Analysis/LastRunTrackingAnalysis.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
// we can avoid running a pass again if there is no change since the last run of
1111
// the pass.
1212
//
13-
// In this pass we track a set of passes S for each function with the following
14-
// transition rules:
13+
// In this analysis we track a set of passes S for each function with the
14+
// following transition rules:
1515
// 1. If pass P make changes, set S = {P}.
1616
// 2. If pass P doesn't make changes, set S = S + {P}.
1717
//

0 commit comments

Comments
 (0)