Skip to content

Commit 6f8557c

Browse files
committed
remove invalidated comment
1 parent a3c19e2 commit 6f8557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/lower_threads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function outer_reduct_combine_expressions(ls::LoopSet, retv)
225225
instrcall::Expr = if instr.instr :ifelse
226226
Expr(:call, lv(reduce_to_onevecunroll(instr)))
227227
else
228-
reductexpr::Expr = let ls = ls #FIXME: this should be tested...
228+
reductexpr::Expr = let ls = ls
229229
ifelse_reduction(:IfElseReduced, op) do opv
230230
@assert length(ls.outer_reductions) > 1
231231
j = findfirst(==(identifier(opv)), ls.outer_reductions)

0 commit comments

Comments
 (0)