mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-22 23:57:13 -04:00
e641feae5e
This reverts commit 569ad99864.
The PR widened the effect of this from enums with the 0..=1 range to
those with any range if they had more than 1 byte.
Unfortunately, our LLVMIR now incurs miscompilations, so revert until
we find a better fix.