Skip to content

Commit ca9ef5d

Browse files
committed
added README
1 parent 053c37f commit ca9ef5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Passes/StandardInstrumentations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ void StandardInstrumentations::registerCallbacks(
25282528
PrintChangedIR.registerCallbacks(PIC);
25292529
PseudoProbeVerification.registerCallbacks(PIC);
25302530

2531-
// Your new logic for DebugPassList
2531+
// new logic for DebugPassList
25322532
if (DebugPassList) { // Ensure DebugPassList is accessible here
25332533
PIC.registerBeforeNonSkippedPassCallback( // Changed from registerBeforeNonContainerPassCallback
25342534
[](llvm::StringRef PassID, llvm::Any IR) {

0 commit comments

Comments
 (0)