https://github.com/boomanaiden154 updated 
https://github.com/llvm/llvm-project/pull/206157

>From 839853d8aa04f35cb807abd4560cb755c93f4ec0 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <[email protected]>
Date: Fri, 26 Jun 2026 19:22:55 +0000
Subject: [PATCH] fix

Created using spr 1.3.7
---
 llvm/lib/Target/Lanai/LanaiPassRegistry.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/lib/Target/Lanai/LanaiPassRegistry.def 
b/llvm/lib/Target/Lanai/LanaiPassRegistry.def
index 153b7615039c9..e0807c79d1bee 100644
--- a/llvm/lib/Target/Lanai/LanaiPassRegistry.def
+++ b/llvm/lib/Target/Lanai/LanaiPassRegistry.def
@@ -16,12 +16,12 @@
 #ifndef MACHINE_FUNCTION_PASS
 #define MACHINE_FUNCTION_PASS(NAME, CREATE_PASS)
 #endif
+MACHINE_FUNCTION_PASS("lanai-delay-slot-fillter", LanaiDelaySlotFillerPass())
 MACHINE_FUNCTION_PASS("lanai-isel", LanaiISelDAGToDAGPass(*this))
 #undef MACHINE_FUNCTION_PASS
 
 #ifndef DUMMY_MACHINE_FUNCTION_PASS
 #define DUMMY_MACHINE_FUNCTION_PASS(NAME, PASS_NAME)
 #endif
-DUMMY_MACHINE_FUNCTION_PASS("lanai-delay-slot-fillter", LanaiDelaySlotFiller())
 DUMMY_MACHINE_FUNCTION_PASS("lanai-mem-alu-combiner", LanaiMemAluCombiner())
 #undef DUMMY_MACHINE_FUNCTION_PASS

_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to