Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Belmant committed Feb 20, 2025
1 parent 21747f8 commit 9d8528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/forward.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function fwd_abstract_call_gf_by_type(interp::AbstractInterpreter, @nospecialize
# discover what they are. frules should be written in such a way that
# whether or not they return `nothing`, only depends on the non-tangent arguments
frule_arginfo = ArgInfo(nothing, frule_argtypes)
frule_si = StmtInfo(true)
frule_si = StmtInfo(true, false)
# turn off frule analysis in the frule to avoid cycling
interp′ = disable_forward(interp)
frule_call = CC.abstract_call_gf_by_type(interp′,
Expand Down

0 comments on commit 9d8528c

Please sign in to comment.