Skip to content

Commit 395e5bf

Browse files
committed
Remove ir_remove_unreachable_blocks() call. Now it's called by ir_build_cfg(), when necessary.
1 parent da0250e commit 395e5bf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,9 +2587,6 @@ static void *zend_jit_ir_compile(ir_ctx *ctx, size_t *size, const char *name)
25872587
}
25882588

25892589
ir_build_cfg(ctx);
2590-
#if 0
2591-
ir_remove_unreachable_blocks(ctx);
2592-
#endif
25932590
ir_build_dominators_tree(ctx);
25942591
ir_find_loops(ctx);
25952592

0 commit comments

Comments
 (0)