summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/inline/inline_options.main.Inline.after.panic-unwind.mir
blob: df0cab513eca7a0670c6cd84a76187b2f36d8e3a (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
32
33
34
35
36
37
38
39
40
41
42
43
// MIR for `main` after Inline

fn main() -> () {
    let mut _0: ();
    let _1: ();
    let _2: ();
    scope 1 (inlined inlined::<u32>) {
        let _3: ();
        let _4: ();
        let _5: ();
    }

    bb0: {
        StorageLive(_1);
        _1 = not_inlined() -> [return: bb1, unwind continue];
    }

    bb1: {
        StorageDead(_1);
        StorageLive(_2);
        StorageLive(_3);
        StorageLive(_4);
        StorageLive(_5);
        _3 = g() -> [return: bb3, unwind continue];
    }

    bb2: {
        StorageDead(_5);
        StorageDead(_4);
        StorageDead(_3);
        StorageDead(_2);
        _0 = const ();
        return;
    }

    bb3: {
        _4 = g() -> [return: bb4, unwind continue];
    }

    bb4: {
        _5 = g() -> [return: bb2, unwind continue];
    }
}