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