about summary refs log tree commit diff
path: root/tests/mir-opt/inline/rustc_no_mir_inline.caller.PreCodegen.after.panic-abort.mir
blob: d0772e51a07fe523a2ae0e9632c95c929966ed52 (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 unreachable];
    }

    bb1: {
        return;
    }
}