]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/const-promotion-extern-static/rustc.FOO-promoted[0].ConstProp.after.mir
5bbc05a9cab7c9c2d5ecef25c06ea88203808e48
[rust.git] / src / test / mir-opt / const-promotion-extern-static / rustc.FOO-promoted[0].ConstProp.after.mir
1 // MIR for `FOO::promoted[0]` after ConstProp
2
3 promoted[0] in FOO: &[&i32; 1] = {
4     let mut _0: &[&i32; 1];              // return place in scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
5     let mut _1: [&i32; 1];               // in scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
6     let mut _2: &i32;                    // in scope 0 at $DIR/const-promotion-extern-static.rs:13:32: 13:45
7     let mut _3: &i32;                    // in scope 0 at $DIR/const-promotion-extern-static.rs:13:42: 13:43
8     scope 1 {
9     }
10
11     bb0: {
12         _3 = const {alloc2+0: &i32};     // bb0[0]: scope 0 at $DIR/const-promotion-extern-static.rs:13:42: 13:43
13                                          // ty::Const
14                                          // + ty: &i32
15                                          // + val: Value(Scalar(alloc2+0))
16                                          // mir::Constant
17                                          // + span: $DIR/const-promotion-extern-static.rs:13:42: 13:43
18                                          // + literal: Const { ty: &i32, val: Value(Scalar(alloc2+0)) }
19         _2 = _3;                         // bb0[1]: scope 0 at $DIR/const-promotion-extern-static.rs:13:41: 13:43
20         _1 = [move _2];                  // bb0[2]: scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
21         _0 = &_1;                        // bb0[3]: scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
22         return;                          // bb0[4]: scope 0 at $DIR/const-promotion-extern-static.rs:13:31: 13:46
23     }
24 }
25
26 alloc2 (extern static: X)