mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
6a5c7e0415
In optimized builds GVN gets rid of these already, but in `opt-level=0` we actually make `alloca`s for this, which particularly impacts `?`-style things that use actually-only-one-variant types like this.