summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/matches_reduce_branches.foo.PreCodegen.before.64bit.mir
blob: a36ec8de4a391886bdfa5a4c1b51b03403637623 (plain)
1
2
3
4
5
6
7
8
9
10
// MIR for `foo` before PreCodegen

fn foo(_1: Option<()>) -> () {
    debug bar => _1;                     // in scope 0 at $DIR/matches_reduce_branches.rs:+0:8: +0:11
    let mut _0: ();                      // return place in scope 0 at $DIR/matches_reduce_branches.rs:+0:25: +0:25

    bb0: {
        return;                          // scope 0 at $DIR/matches_reduce_branches.rs:+4:2: +4:2
    }
}