summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/unusual_item_types.Test-X-{constructor#0}.mir_map.0.64bit.mir
blob: 0686af46ed58ea5d6b97c8389e1fd8928e3b6a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// MIR for `Test::X` 0 mir_map

fn Test::X(_1: usize) -> Test {
    let mut _0: Test;                    // return place in scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6

    bb0: {
        Deinit(_0);                      // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
        ((_0 as X).0: usize) = move _1;  // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
        discriminant(_0) = 0;            // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
        return;                          // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
    }
}