mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
9b905417f5
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.