]> granicus.if.org Git - php/commit
Add result op for ASSERT_CHECK to fix SSA
authorNikita Popov <nikic@php.net>
Mon, 14 Dec 2015 11:31:00 +0000 (12:31 +0100)
committerNikita Popov <nikic@php.net>
Mon, 14 Dec 2015 11:31:00 +0000 (12:31 +0100)
commit091917896364be52f35be5aafcccacb8b8a908ce
treeb0057ab324e32d61ce8c8f7786544c7ae141e636
parent732fe984f2e49a33ad995c03815b5d5ebe29fc60
Add result op for ASSERT_CHECK to fix SSA

Otherwise one source of the phi node at the join point will be
borked.

I'm marking the ASSERT_CHECK result as unused in pass2, which is
a bit ugly.
Zend/zend_compile.c
Zend/zend_opcode.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h