]> git.proxmox.com Git - rustc.git/blob - src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
New upstream version 1.52.0~beta.3+dfsg1
[rustc.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 }