mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02: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.