Skip to content

Commit 1e8eedb

Browse files
committed
clarify comment
1 parent 59ba92c commit 1e8eedb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/codegen/forward.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ function fwd_transform!(ci, mi, nargs, N)
5858
# version.
5959
return nothing
6060
else
61-
#TODO put guard here. We really don't want invalid IR
61+
#TODO put guard here. We really don't want to generate invalid IR
62+
# by wrapping something that isn't more or less a literal in a ZeroBundle
6263
return Expr(:call, ZeroBundle{N}, stmt)
6364
end
6465
end

0 commit comments

Comments
 (0)