Skip to content

Commit

Permalink
optimizer: fix #42840, the performance regression introduced by #42766
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Oct 29, 2021
1 parent c054dbc commit 7b792ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/compiler/ssair/inlining.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1340,9 +1340,8 @@ function assemble_inline_todo!(ir::IRCode, state::InliningState)
ir, idx, stmt, info, sig,
state, flag, sig.f === Core.invoke, todo) && continue
end
else
info = info.call
end
info = info.call
end

if isa(info, OpaqueClosureCallInfo)
Expand Down

0 comments on commit 7b792ca

Please sign in to comment.