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