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 8b7e97d commit 783b6eaCopy full SHA for 783b6ea
llvm/include/llvm/Analysis/LastRunTrackingAnalysis.h
@@ -12,7 +12,7 @@
12
//
13
// In this analysis we track a set of passes S for each function with the
14
// following transition rules:
15
-// 1. If pass P make changes, set S = {P}.
+// 1. If pass P makes changes, set S = {P}.
16
// 2. If pass P doesn't make changes, set S = S + {P}.
17
18
// Before running a pass P which satisfies P(P(x)) == P(x), we check if P is in
0 commit comments