]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
Auto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
[rust.git] / src / test / mir-opt / matches_reduce_branches.foo.PreCodegen.before.64bit.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:7:8: 7:11
5     let mut _0: ();                      // return place in scope 0 at $DIR/matches_reduce_branches.rs:7:25: 7:25
6
7     bb0: {
8         return;                          // scope 0 at $DIR/matches_reduce_branches.rs:11:2: 11:2
9     }
10 }