We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c162f49 commit d2b422fCopy full SHA for d2b422f
llvm/include/llvm/Analysis/LastRunTrackingAnalysis.h
@@ -10,8 +10,8 @@
10
// we can avoid running a pass again if there is no change since the last run of
11
// the pass.
12
//
13
-// In this pass we track a set of passes S for each function with the following
14
-// transition rules:
+// In this analysis we track a set of passes S for each function with the
+// following transition rules:
15
// 1. If pass P make changes, set S = {P}.
16
// 2. If pass P doesn't make changes, set S = S + {P}.
17
0 commit comments