mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 01:27:52 +00:00
Avoid memory allocation when removing dead blocks Use `reachable_as_bitset` to reuse a bitset from the traversal rather than allocating it seprately. Additionally check if there are any unreachable blocks before proceeding.