Skip to content

Commit 7620581

Browse files
authored
Fix typo in jl_array_ptr_copy_fwd (#1648)
1 parent 0382d59 commit 7620581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/llvmrules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ end
10931093
push!(vargs, extract_value!(B, a, idx-1))
10941094
end
10951095
push!(vargs, args[end])
1096-
cal = call_samefunc_with_inverted_bundles!(b, gutils, orig, vargs, valTys, #=lookup=#false)
1096+
cal = call_samefunc_with_inverted_bundles!(B, gutils, orig, vargs, valTys, #=lookup=#false)
10971097
debug_from_orig!(gutils, cal, orig)
10981098
callconv!(cal, callconv(orig))
10991099
end

0 commit comments

Comments
 (0)