Skip to content

Commit efbb0f4

Browse files
authored
Remove outdated TODO
1 parent e308c82 commit efbb0f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stage1/compiler_utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ function find_end_of_phi_block(ir, start_search_idx::Int)
8080
stmt !== nothing && !isa(stmt, PhiNode) && return start_search_idx
8181

8282
# Actually going to have to go digging throught the IR to out if were are in a phi block
83-
# TODO: this is not so efficient. maybe preconstruct CFG then use block_for_inst?
8483
bb=CC.block_for_inst(ir.cfg, start_search_idx)
8584
end_search_idx=ir.cfg.blocks[bb].stmts[end]
8685
for idx in (start_search_idx):(end_search_idx-1)

0 commit comments

Comments
 (0)