summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dest-prop/dead_stores_better.f.DestinationPropagation.after.panic-unwind.mir
blob: 185feb4b418168719b5b27618d2eb48441968e22 (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
// 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 => _1;
    }

    bb0: {
        nop;
        nop;
        nop;
        nop;
        nop;
        nop;
        nop;
        nop;
        _0 = id::<usize>(move _1) -> [return: bb1, unwind continue];
    }

    bb1: {
        nop;
        nop;
        return;
    }
}