summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/retag.{impl#0}-foo_shr.SimplifyCfg-elaborate-drops.after.panic-abort.mir
blob: de3eb0d52cf7248b03e825867498cdc2a6429f6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// MIR for `<impl at $DIR/retag.rs:12:1: 12:10>::foo_shr` after SimplifyCfg-elaborate-drops

fn <impl at $DIR/retag.rs:12:1: 12:10>::foo_shr(_1: &Test, _2: &i32) -> &i32 {
    debug self => _1;
    debug x => _2;
    let mut _0: &i32;

    bb0: {
        Retag([fn entry] _1);
        Retag([fn entry] _2);
        _0 = _2;
        Retag(_0);
        return;
    }
}