Skip to content

Commit 9915b1f

Browse files
committed
Fixed pass name
1 parent d26ff1b commit 9915b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/dfa_pass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int zend_dfa_analyze_op_array(zend_op_array *op_array, zend_optimizer_ctx *ctx,
8787
}
8888

8989
if (ctx->debug_level & ZEND_DUMP_DFA_SSA) {
90-
zend_dump_op_array(op_array, ZEND_DUMP_SSA, "before dfa pass", ssa);
90+
zend_dump_op_array(op_array, ZEND_DUMP_SSA, "dfa ssa", ssa);
9191
}
9292

9393

0 commit comments

Comments
 (0)