|
16 | 16 | StorageLive(_1); // bb0[0]: scope 0 at $DIR/read_immutable_static.rs:7:9: 7:10
|
17 | 17 | StorageLive(_2); // bb0[1]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:16
|
18 | 18 | StorageLive(_3); // bb0[2]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:16
|
19 |
| - _3 = const {alloc0+0: &u8}; // bb0[3]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:16 |
| 19 | + _3 = const {alloc0+0x0: &u8}; // bb0[3]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:16 |
20 | 20 | // ty::Const
|
21 | 21 | // + ty: &u8
|
22 |
| - // + val: Value(Scalar(alloc0+0)) |
| 22 | + // + val: Value(Scalar(alloc0+0x0)) |
23 | 23 | // mir::Constant
|
24 | 24 | // + span: $DIR/read_immutable_static.rs:7:13: 7:16
|
25 |
| - // + literal: Const { ty: &u8, val: Value(Scalar(alloc0+0)) } |
| 25 | + // + literal: Const { ty: &u8, val: Value(Scalar(alloc0+0x0)) } |
26 | 26 | - _2 = (*_3); // bb0[4]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:16
|
27 | 27 | + _2 = const 2u8; // bb0[4]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:16
|
28 | 28 | + // ty::Const
|
|
33 | 33 | + // + literal: Const { ty: u8, val: Value(Scalar(0x02)) }
|
34 | 34 | StorageLive(_4); // bb0[5]: scope 0 at $DIR/read_immutable_static.rs:7:19: 7:22
|
35 | 35 | StorageLive(_5); // bb0[6]: scope 0 at $DIR/read_immutable_static.rs:7:19: 7:22
|
36 |
| - _5 = const {alloc0+0: &u8}; // bb0[7]: scope 0 at $DIR/read_immutable_static.rs:7:19: 7:22 |
| 36 | + _5 = const {alloc0+0x0: &u8}; // bb0[7]: scope 0 at $DIR/read_immutable_static.rs:7:19: 7:22 |
37 | 37 | // ty::Const
|
38 | 38 | // + ty: &u8
|
39 |
| - // + val: Value(Scalar(alloc0+0)) |
| 39 | + // + val: Value(Scalar(alloc0+0x0)) |
40 | 40 | // mir::Constant
|
41 | 41 | // + span: $DIR/read_immutable_static.rs:7:19: 7:22
|
42 |
| - // + literal: Const { ty: &u8, val: Value(Scalar(alloc0+0)) } |
| 42 | + // + literal: Const { ty: &u8, val: Value(Scalar(alloc0+0x0)) } |
43 | 43 | - _4 = (*_5); // bb0[8]: scope 0 at $DIR/read_immutable_static.rs:7:19: 7:22
|
44 | 44 | - _1 = Add(move _2, move _4); // bb0[9]: scope 0 at $DIR/read_immutable_static.rs:7:13: 7:22
|
45 | 45 | + _4 = const 2u8; // bb0[8]: scope 0 at $DIR/read_immutable_static.rs:7:19: 7:22
|
|
0 commit comments