Skip to content

Commit d077140

Browse files
committed
fix err message
1 parent 4748b14 commit d077140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/lower_constant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function lower_constant!(q::Expr, op::Operation, ls::LoopSet, ua::UnrollArgs)
176176
)
177177
else
178178
throw(
179-
"Reductions of type $(reduction_zero(reinstrclass)) not yet supported; please file an issue as a reminder to take care of this.",
179+
"Reductions of type $(reduction_zero(instrclass)) not yet supported; please file an issue as a reminder to take care of this.",
180180
)
181181
end
182182
else

0 commit comments

Comments
 (0)