]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[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 }