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