Skip to content

Commit 0d8a602

Browse files
authored
adjust to the latest JuliaLang/julia#master (#114)
1 parent cb939fe commit 0d8a602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/forward_demand.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function forward_diff_uncached!(ir::IRCode, interp, irsv::IRInterpretationState,
129129
# Incidence analysis through the rt call
130130
# TODO: frule_mi is wrong here, should be the mi of the caller
131131
frule_rt = info.frule_call.rt
132-
improve_frule_rt = CC.concrete_eval_invoke(interp, frule_call, frule_mi, irsv)
132+
(improve_frule_rt, nothrow) = CC.concrete_eval_invoke(interp, frule_call, frule_mi, irsv)
133133
if improve_frule_rt !== nothing
134134
frule_rt = improve_frule_rt
135135
end

0 commit comments

Comments
 (0)