Skip to content

Commit

Permalink
[NFC] Fix typo in description of AfterPassInvalidatedCallbacks (llv…
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfargnoli authored Oct 27, 2024
1 parent 1941c51 commit 597ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/IR/PassInstrumentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class PassInstrumentationCallbacks {
BeforeNonSkippedPassCallbacks;
/// These are run on passes that have just run.
SmallVector<llvm::unique_function<AfterPassFunc>, 4> AfterPassCallbacks;
/// These are run passes that have just run on invalidated IR.
/// These are run on passes that have just run on invalidated IR.
SmallVector<llvm::unique_function<AfterPassInvalidatedFunc>, 4>
AfterPassInvalidatedCallbacks;
/// These are run on analyses that are about to be run.
Expand Down

0 comments on commit 597ccb8

Please sign in to comment.