summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dest-prop/dead_stores_79191.f.DestinationPropagation.after.panic-abort.mir
blob: eb160fc194a81babff9262badc27ef07424f5745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// MIR for `f` after DestinationPropagation

fn f(_1: usize) -> usize {
    debug a => _1;
    let mut _0: usize;
    let _2: usize;
    let mut _3: usize;
    let mut _4: usize;
    scope 1 {
        debug b => _3;
    }

    bb0: {
        nop;
        _3 = _1;
        _1 = const 5_usize;
        nop;
        nop;
        _1 = move _3;
        nop;
        nop;
        nop;
        _0 = id::<usize>(move _1) -> [return: bb1, unwind unreachable];
    }

    bb1: {
        nop;
        nop;
        return;
    }
}