about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/dead_on_invalid_place.invalid_place.PreCodegen.after.mir
blob: 4a2127178fb0be9c6bd215674c17648d1c269b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// MIR for `invalid_place` after PreCodegen

fn invalid_place(_1: bool) -> bool {
    debug c1_ref => _2;
    let mut _0: bool;
    let mut _2: &bool;

    bb0: {
        // DBG: _2 = &?;
        _0 = copy _1;
        return;
    }
}