Skip to content

Commit 783b6ea

Browse files
committed
[LastRunTracking] Fix typo. NFC.
1 parent 8b7e97d commit 783b6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/LastRunTrackingAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
// In this analysis we track a set of passes S for each function with the
1414
// following transition rules:
15-
// 1. If pass P make changes, set S = {P}.
15+
// 1. If pass P makes changes, set S = {P}.
1616
// 2. If pass P doesn't make changes, set S = S + {P}.
1717
//
1818
// Before running a pass P which satisfies P(P(x)) == P(x), we check if P is in

0 commit comments

Comments
 (0)