mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
09bdf3553f
shrink visits all the fallthroughs even if they are unreachable so this isn't the right place to prune unreachable blocks. This PR moves pruning into a separate pass.