rust/src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
Erik Desjardins 0f9af604cf bless tests
2021-03-13 23:04:38 -05:00

10 lines
399 B
Rust

// MIR for `foo` before PreCodegen
fn foo(_1: Option<()>) -> () {
debug bar => _1; // in scope 0 at $DIR/matches_reduce_branches.rs:7:8: 7:11
let mut _0: (); // return place in scope 0 at $DIR/matches_reduce_branches.rs:7:25: 7:25
bb0: {
return; // scope 0 at $DIR/matches_reduce_branches.rs:11:2: 11:2
}
}