mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
if a switch is unreachable then so are the case labels. Unlike normal labels they can't possibly be reached from not-yet parsed code, so there's no reason to enable codegen again for those.