mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
Mark "throw" used in expression context with a flag, and don't treat it as a BB terminator in that case. This prevents us from optimizing away the following opcodes as unreachable, which may result in live ranges being dropped incorrectly. Close GH-5450.