about summary refs log tree commit diff
path: root/tests/mir-opt/inline/rustc_no_mir_inline.caller.PreCodegen.after.panic-unwind.mir
blob: 39ad4f1010b791dfc5ae14aad8eb485582451c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// MIR for `caller` after PreCodegen

fn caller() -> () {
    let mut _0: ();
    let _1: ();

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

    bb1: {
        return;
    }
}