rust/tests/mir-opt/building/custom/enums.set_discr_repr.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
171 B
Rust
Raw Normal View History

// MIR for `set_discr_repr` after built
fn set_discr_repr(_1: &mut Bool) -> () {
2023-06-06 08:47:00 -05:00
let mut _0: ();
bb0: {
2023-06-06 08:47:00 -05:00
discriminant((*_1)) = 0;
return;
}
}