Skip to content

Commit 6d19e89

Browse files
authored
[Pass] Remove trailing whitespace in PassRegistry.def NFC (#77710)
1 parent 2dce772 commit 6d19e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Passes/PassRegistry.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ FUNCTION_PASS("structurizecfg", StructurizeCFGPass())
423423
FUNCTION_PASS("tailcallelim", TailCallElimPass())
424424
FUNCTION_PASS("tlshoist", TLSVariableHoistPass())
425425
FUNCTION_PASS("transform-warning", WarnMissedTransformationsPass())
426-
FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
426+
FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
427427
FUNCTION_PASS("tsan", ThreadSanitizerPass())
428428
FUNCTION_PASS("typepromotion", TypePromotionPass(TM))
429429
FUNCTION_PASS("unify-loop-exits", UnifyLoopExitsPass())

0 commit comments

Comments
 (0)