Skip to content

Commit 14359a0

Browse files
committed
Update emit call to use idiomatic argument syntax as suggested by vtjnash
1 parent 0f54ca5 commit 14359a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/llvmpasses/memoryref-addrspace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ end
1818
# CHECK-NOT: store {{.*}} addrspace(10) {{.*}}GenericMemoryRef
1919
# CHECK: call void @ijl_bounds_error_int
2020

21-
emit(bf, Tuple{Int, Vector{Float64}})
21+
emit(bf, Int, Vector{Float64})

0 commit comments

Comments
 (0)