Skip to content

Commit bfd8b2f

Browse files
committed
Fix a typo
1 parent 0755577 commit bfd8b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copyable_task.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ function derive_copyable_task_ir(ir::BBCode)::Tuple{BBCode,Tuple,Vector{Any}}
11001100
new_bblocks, new_argtypes, ir.sptypes, ir.debuginfo, ir.meta, ir.valid_worlds
11011101
)
11021102
else
1103-
new_ir = BBCode(new_bblocks, new_argtypes, ir.sptypes, ir.linetables, ir.meta)
1103+
new_ir = BBCode(new_bblocks, new_argtypes, ir.sptypes, ir.linetable, ir.meta)
11041104
end
11051105
return new_ir, refs, possible_produce_types
11061106
end

0 commit comments

Comments
 (0)