Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-Authored-By: Keno Fisher <[email protected]>
  • Loading branch information
aviatesk and Keno committed Apr 26, 2021
1 parent 269f850 commit f7ace88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/abstractinterpretation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ end

function CC.abstract_call_method_with_const_args(interp::JETInterpreter, @nospecialize(rettype),
@nospecialize(f), argtypes::Vector{Any}, match::MethodMatch,
sv::InferenceState, edgecycle::Bool,
sv::InferenceState, edgecycle::Bool, edgelimited::Bool,
va_override::Bool)
result, inf_result = @invoke abstract_call_method_with_const_args(interp::AbstractInterpreter, @nospecialize(rettype),
@nospecialize(f), argtypes::Vector{Any}, match::MethodMatch,
sv::InferenceState, edgecycle::Bool,
sv::InferenceState, edgecycle::Bool, edgelimited::Bool,
va_override::Bool)

if isa(inf_result, InferenceResult)
Expand Down

0 comments on commit f7ace88

Please sign in to comment.