Skip to content

Commit cf8dd74

Browse files
committed
cleanup (JMPZ/NZ_EX work fine)
1 parent 91cdec5 commit cf8dd74

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ext/opcache/jit/ir

Submodule ir updated 1 file

ext/opcache/jit/zend_jit.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3870,10 +3870,8 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
38703870
if ((opline->result_type & IS_TMP_VAR)
38713871
&& (i + 1) <= end
38723872
&& ((opline+1)->opcode == ZEND_JMPZ
3873-
#ifdef ZEND_JIT_IR
38743873
|| (opline+1)->opcode == ZEND_JMPZ_EX
38753874
|| (opline+1)->opcode == ZEND_JMPNZ_EX
3876-
#endif
38773875
|| (opline+1)->opcode == ZEND_JMPNZ)
38783876
&& (opline+1)->op1_type == IS_TMP_VAR
38793877
&& (opline+1)->op1.var == opline->result.var) {

0 commit comments

Comments
 (0)