Skip to content

Commit dec3f43

Browse files
willtebbuttmhauru
andauthored
Update src/copyable_task.jl
Co-authored-by: Markus Hauru <[email protected]>
1 parent 6e5d6b4 commit dec3f43

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
@@ -244,7 +244,7 @@ the transformed IR would be something like
244244
```julia
245245
%5 = ref_for_%3[]
246246
%6 = f(%5, _1)
247-
ref_for_%5[] = %6
247+
ref_for_%5[] = %6
248248
```
249249
Setting things up in this manner ensures that an independent copy is made by simply copying
250250
all of the refs. A `deepcopy` is required for correctness as, while the refs do not alias

0 commit comments

Comments
 (0)