Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
BioTurboNick authored Oct 16, 2021
1 parent cc6bccf commit 50fc39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/compiler/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ function run_passes(ci::CodeInfo, sv::OptimizationState)
if ci.parent !== nothing
ci.parent.inlined = filter(x -> x.inlined_at > 0, ir.linetable)
end

#@timeit "verify 2" verify_ir(ir)
ir = compact!(ir)
#@Base.show ("before_sroa", ir)
Expand Down

0 comments on commit 50fc39d

Please sign in to comment.