[llvm] 6d19e89 - [Pass] Remove trailing whitespace in `PassRegistry.def` NFC (#77710)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 18:35:11 PST 2024


Author: paperchalice
Date: 2024-01-11T10:35:07+08:00
New Revision: 6d19e89d240dfd91af748ef5126d33077f3411c1

URL: https://github.com/llvm/llvm-project/commit/6d19e89d240dfd91af748ef5126d33077f3411c1
DIFF: https://github.com/llvm/llvm-project/commit/6d19e89d240dfd91af748ef5126d33077f3411c1.diff

LOG: [Pass] Remove trailing whitespace in `PassRegistry.def` NFC (#77710)

Added: 
    

Modified: 
    llvm/lib/Passes/PassRegistry.def

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Passes/PassRegistry.def b/llvm/lib/Passes/PassRegistry.def
index fbaca001d1fec5..0b53b59787dd20 100644
--- a/llvm/lib/Passes/PassRegistry.def
+++ b/llvm/lib/Passes/PassRegistry.def
@@ -423,7 +423,7 @@ FUNCTION_PASS("structurizecfg", StructurizeCFGPass())
 FUNCTION_PASS("tailcallelim", TailCallElimPass())
 FUNCTION_PASS("tlshoist", TLSVariableHoistPass())
 FUNCTION_PASS("transform-warning", WarnMissedTransformationsPass())
-FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())  
+FUNCTION_PASS("trigger-verifier-error", TriggerVerifierErrorPass())
 FUNCTION_PASS("tsan", ThreadSanitizerPass())
 FUNCTION_PASS("typepromotion", TypePromotionPass(TM))
 FUNCTION_PASS("unify-loop-exits", UnifyLoopExitsPass())


        


More information about the llvm-commits mailing list