Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 15, 2024
1 parent 258c5ed commit 501b9e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/rules/customrules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 501b9e8

Please sign in to comment.