Skip to content

Commit d2ab53b

Browse files
committed
AbsIntState is available on v1.10
1 parent 146ae3d commit d2ab53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analysis/forward.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Core.Compiler: StmtInfo, ArgInfo, CallMeta
1+
using Core.Compiler: StmtInfo, ArgInfo, CallMeta, AbsIntState
22

33
function fwd_abstract_call_gf_by_type(interp::AbstractInterpreter, @nospecialize(f),
4-
arginfo::ArgInfo, si::StmtInfo, sv::InferenceState, primal_call::CallMeta)
4+
arginfo::ArgInfo, si::StmtInfo, sv::AbsIntState, primal_call::CallMeta)
55
if f === ChainRulesCore.frule
66
# TODO: Currently, we don't have any termination analysis for the non-stratified
77
# forward analysis, so bail out here.

0 commit comments

Comments
 (0)