Skip to content

Commit

Permalink
remove dead allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Sep 5, 2023
1 parent 1395bac commit e2a79f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/compiler/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ function ipo_dataflow_analysis!(interp::AbstractInterpreter, ir::IRCode, result:
end

inconsistent = BitSetBoundedMinPrioritySet(length(ir.stmts))
inconsistent_bbs = BitSet()
tpdum = TwoPhaseDefUseMap(length(ir.stmts))
lazypostdomtree = LazyPostDomtree(ir)

Expand Down

0 comments on commit e2a79f4

Please sign in to comment.