Skip to content

Commit 651e041

Browse files
committed
Update src/stage2/interpreter.jl
1 parent c56641b commit 651e041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stage2/interpreter.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ function CC.inlining_policy(interp::ADInterpreter,
335335
nothing, info::CC.CallInfo, stmt_flag::UInt8, mi::MethodInstance, argtypes::Vector{Any})
336336
end
337337

338+
# TODO remove this overload once https://github.com/JuliaLang/julia/pull/49191 gets merged
338339
function CC.abstract_call_gf_by_type(interp::ADInterpreter, @nospecialize(f),
339340
arginfo::ArgInfo, si::StmtInfo, @nospecialize(atype),
340341
sv::IRInterpretationState, max_methods::Int)

0 commit comments

Comments
 (0)