|
15 | 15 | StorageLive(_2); // scope 0 at $DIR/aggregate.rs:5:13: 5:24
|
16 | 16 | StorageLive(_3); // scope 0 at $DIR/aggregate.rs:5:13: 5:22
|
17 | 17 | (_3.0: i32) = const 0_i32; // scope 0 at $DIR/aggregate.rs:5:13: 5:22
|
18 |
| - // ty::Const |
19 |
| - // + ty: i32 |
20 |
| - // + val: Value(Scalar(0x00000000)) |
21 |
| - // mir::Constant |
22 |
| - // + span: $DIR/aggregate.rs:5:14: 5:15 |
23 |
| - // + literal: Const { ty: i32, val: Value(Scalar(0x00000000)) } |
24 | 18 | (_3.1: i32) = const 1_i32; // scope 0 at $DIR/aggregate.rs:5:13: 5:22
|
25 |
| - // ty::Const |
26 |
| - // + ty: i32 |
27 |
| - // + val: Value(Scalar(0x00000001)) |
28 |
| - // mir::Constant |
29 |
| - // + span: $DIR/aggregate.rs:5:17: 5:18 |
30 |
| - // + literal: Const { ty: i32, val: Value(Scalar(0x00000001)) } |
31 | 19 | (_3.2: i32) = const 2_i32; // scope 0 at $DIR/aggregate.rs:5:13: 5:22
|
32 |
| - // ty::Const |
33 |
| - // + ty: i32 |
34 |
| - // + val: Value(Scalar(0x00000002)) |
35 |
| - // mir::Constant |
36 |
| - // + span: $DIR/aggregate.rs:5:20: 5:21 |
37 |
| - // + literal: Const { ty: i32, val: Value(Scalar(0x00000002)) } |
38 | 20 | - _2 = (_3.1: i32); // scope 0 at $DIR/aggregate.rs:5:13: 5:24
|
39 | 21 | - _1 = Add(move _2, const 0_i32); // scope 0 at $DIR/aggregate.rs:5:13: 5:28
|
40 | 22 | + _2 = const 1_i32; // scope 0 at $DIR/aggregate.rs:5:13: 5:24
|
41 |
| - // ty::Const |
42 |
| - // + ty: i32 |
43 |
| -- // + val: Value(Scalar(0x00000000)) |
44 |
| -+ // + val: Value(Scalar(0x00000001)) |
45 |
| - // mir::Constant |
46 |
| -- // + span: $DIR/aggregate.rs:5:27: 5:28 |
47 |
| -- // + literal: Const { ty: i32, val: Value(Scalar(0x00000000)) } |
48 |
| -+ // + span: $DIR/aggregate.rs:5:13: 5:24 |
49 |
| -+ // + literal: Const { ty: i32, val: Value(Scalar(0x00000001)) } |
50 | 23 | + _1 = const 1_i32; // scope 0 at $DIR/aggregate.rs:5:13: 5:28
|
51 |
| -+ // ty::Const |
52 |
| -+ // + ty: i32 |
53 |
| -+ // + val: Value(Scalar(0x00000001)) |
54 |
| -+ // mir::Constant |
55 |
| -+ // + span: $DIR/aggregate.rs:5:13: 5:28 |
56 |
| -+ // + literal: Const { ty: i32, val: Value(Scalar(0x00000001)) } |
57 | 24 | StorageDead(_2); // scope 0 at $DIR/aggregate.rs:5:27: 5:28
|
58 | 25 | StorageDead(_3); // scope 0 at $DIR/aggregate.rs:5:28: 5:29
|
59 | 26 | _0 = const (); // scope 0 at $DIR/aggregate.rs:4:11: 6:2
|
|
0 commit comments