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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 16:42:04 PST 2024


https://github.com/paperchalice created https://github.com/llvm/llvm-project/pull/77710

None

>From dd8cbffbc585350ad3d9ff4728a594b30fd2b28d Mon Sep 17 00:00:00 2001
From: PaperChalice <liujunchang97 at outlook.com>
Date: Thu, 11 Jan 2024 08:38:53 +0800
Subject: [PATCH] [Pass] Remove trailing whitespace in `PassRegistry.def` NFC

---
 llvm/lib/Passes/PassRegistry.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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