]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.32bit.mir
:arrow_up: rust-analyzer
[rust.git] / src / test / mir-opt / matches_reduce_branches.foo.PreCodegen.before.32bit.mir
1 // MIR for `foo` before PreCodegen
2
3 fn foo(_1: Option<()>) -> () {
4     debug bar => _1;                     // in scope 0 at $DIR/matches_reduce_branches.rs:+0:8: +0:11
5     let mut _0: ();                      // return place in scope 0 at $DIR/matches_reduce_branches.rs:+0:25: +0:25
6
7     bb0: {
8         return;                          // scope 0 at $DIR/matches_reduce_branches.rs:+4:2: +4:2
9     }
10 }