Skip to content

Commit 597ccb8

Browse files
[NFC] Fix typo in description of AfterPassInvalidatedCallbacks (#113779)
1 parent 1941c51 commit 597ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/PassInstrumentation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class PassInstrumentationCallbacks {
182182
BeforeNonSkippedPassCallbacks;
183183
/// These are run on passes that have just run.
184184
SmallVector<llvm::unique_function<AfterPassFunc>, 4> AfterPassCallbacks;
185-
/// These are run passes that have just run on invalidated IR.
185+
/// These are run on passes that have just run on invalidated IR.
186186
SmallVector<llvm::unique_function<AfterPassInvalidatedFunc>, 4>
187187
AfterPassInvalidatedCallbacks;
188188
/// These are run on analyses that are about to be run.

0 commit comments

Comments
 (0)