File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -564,18 +564,18 @@ function sret_ty(fn::LLVM.Function, idx::Int)::LLVM.LLVMType
564564
565565
566566 if ekind == " enzymejl_parmtype_ref"
567- enzymejl_parmtype_ref = GPUCompiler. ArgumentCC (parse (UInt, LLVM. value (fattr )))
567+ enzymejl_parmtype_ref = GPUCompiler. ArgumentCC (parse (UInt, LLVM. value (attr )))
568568 continue
569569 end
570570
571571 if ekind == " enzymejl_parmtype"
572- ptr = reinterpret (Ptr{Cvoid}, parse (UInt, LLVM. value (fattr )))
572+ ptr = reinterpret (Ptr{Cvoid}, parse (UInt, LLVM. value (attr )))
573573 enzymejl_parmtype = Base. unsafe_pointer_to_objref (ptr):: Type
574574 end
575575 end
576576
577577 if enzymejl_parmtype_ref == GPUCompiler. BITS_REF && enzymejl_parmtype != = nothing
578- res = convert (LLVMType, enzymejl_parmtype)
578+ res = convert (LLVM . LLVMType, enzymejl_parmtype)
579579 if ! LLVM. is_opaque (vt)
580580 @assert eltype (vt) == res
581581 end
You can’t perform that action at this time.
0 commit comments