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
362 B
Rust
Raw Normal View History

// MIR for `set_discr_repr` after built
fn set_discr_repr(_1: &mut Bool) -> () {
let mut _0: (); // return place in scope 0 at $DIR/enums.rs:+0:33: +0:33
bb0: {
discriminant((*_1)) = 0; // scope 0 at $DIR/enums.rs:+2:9: +2:31
return; // scope 0 at $DIR/enums.rs:+3:9: +3:17
}
}