Skip to content

Commit

Permalink
Update compiler.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Dec 24, 2024
1 parent 14ca8e1 commit 58c724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ function create_recursive_stores(B::LLVM.IRBuilder, @nospecialize(Ty::DataType),

isboxed_ref = Ref{Bool}()
LLVMType = LLVM.LLVMType(ccall(:jl_type_to_llvm, LLVM.API.LLVMTypeRef,
(Any, LLVM.Context, Ptr{Bool}), typ, LLVM.context(), isboxed_ref))
(Any, LLVM.Context, Ptr{Bool}), Ty, LLVM.context(), isboxed_ref))

if !isboxed_ref[]
zeroAll = false
Expand Down

0 comments on commit 58c724a

Please sign in to comment.