mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
c434b4b4b6
Simplify `SwitchInt` handling Dataflow handling of `SwitchInt` is currently complicated. This PR simplifies it. r? `@cjgillot`