mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-16 09:19:58 +00:00

Merge dead bb pruning and unreachable bb deduplication. Both routines share the same basic structure: iterate on all bbs to identify work, and then renumber bbs. We can do both at once.