From 501b9e8247855aae33131c75dcd14fc5b424447e Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Sat, 14 Dec 2024 22:16:03 -0500 Subject: [PATCH] fix --- src/rules/customrules.jl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/rules/customrules.jl b/src/rules/customrules.jl index 8c033c2449..bfde266a8d 100644 --- a/src/rules/customrules.jl +++ b/src/rules/customrules.jl @@ -538,10 +538,7 @@ end llvmf = nested_codegen!(mode, mod, fmi, world) - @show fmi, fwd_RT, world - println(string(llvmf)) - - # push!(function_attributes(llvmf), EnumAttribute("alwaysinline", 0)) + push!(function_attributes(llvmf), EnumAttribute("alwaysinline", 0)) swiftself = has_swiftself(llvmf) if swiftself