mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
This is not a problem here
if only for PHI placement, we may get rid of this `use` here. But as the comment said, it is useful if we are going to do code generation
This commit is contained in:
parent
4935c03276
commit
c3495d5dc0
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ int zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, zend_dfg
|
||||||
case ZEND_FETCH_OBJ_UNSET:
|
case ZEND_FETCH_OBJ_UNSET:
|
||||||
case ZEND_VERIFY_RETURN_TYPE:
|
case ZEND_VERIFY_RETURN_TYPE:
|
||||||
op1_def:
|
op1_def:
|
||||||
// FIXME: include into "use" too ...?
|
/* `def` always come along with dtor or separation,
|
||||||
|
* thus the origin var info might be also `use`d in the feature(CG) */
|
||||||
DFG_SET(use, set_size, j, var_num);
|
DFG_SET(use, set_size, j, var_num);
|
||||||
DFG_SET(def, set_size, j, var_num);
|
DFG_SET(def, set_size, j, var_num);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue