Skip to content

Commit f2a5008

Browse files
committed
deduplicate indicies
1 parent 908e7f8 commit f2a5008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function split(stmts)
8888

8989
for stmt in stmts.args
9090
if isexpr(stmt, :macrocall) && stmt.args[1] === Symbol("@synchronize")
91-
push!(loops, (current, copy(indicies), allocations))
91+
push!(loops, (current, deepcopy(indicies), allocations))
9292
allocations = Any[]
9393
current = Any[]
9494
continue

0 commit comments

Comments
 (0)