Skip to content

Commit 90562b4

Browse files
bless tests
1 parent 8998363 commit 90562b4

File tree

81 files changed

+130
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+130
-187
lines changed

src/test/mir-opt/const_allocation.main.ConstProp.after.32bit.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> () {
1818
_1 = (*_2); // scope 0 at $DIR/const_allocation.rs:8:5: 8:8
1919
StorageDead(_2); // scope 0 at $DIR/const_allocation.rs:8:8: 8:9
2020
StorageDead(_1); // scope 0 at $DIR/const_allocation.rs:8:8: 8:9
21-
_0 = const (); // scope 0 at $DIR/const_allocation.rs:7:11: 9:2
21+
nop; // scope 0 at $DIR/const_allocation.rs:7:11: 9:2
2222
return; // scope 0 at $DIR/const_allocation.rs:9:2: 9:2
2323
}
2424
}

src/test/mir-opt/const_allocation.main.ConstProp.after.64bit.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> () {
1818
_1 = (*_2); // scope 0 at $DIR/const_allocation.rs:8:5: 8:8
1919
StorageDead(_2); // scope 0 at $DIR/const_allocation.rs:8:8: 8:9
2020
StorageDead(_1); // scope 0 at $DIR/const_allocation.rs:8:8: 8:9
21-
_0 = const (); // scope 0 at $DIR/const_allocation.rs:7:11: 9:2
21+
nop; // scope 0 at $DIR/const_allocation.rs:7:11: 9:2
2222
return; // scope 0 at $DIR/const_allocation.rs:9:2: 9:2
2323
}
2424
}

src/test/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> () {
1818
_1 = (*_2); // scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
1919
StorageDead(_2); // scope 0 at $DIR/const_allocation2.rs:5:8: 5:9
2020
StorageDead(_1); // scope 0 at $DIR/const_allocation2.rs:5:8: 5:9
21-
_0 = const (); // scope 0 at $DIR/const_allocation2.rs:4:11: 6:2
21+
nop; // scope 0 at $DIR/const_allocation2.rs:4:11: 6:2
2222
return; // scope 0 at $DIR/const_allocation2.rs:6:2: 6:2
2323
}
2424
}

src/test/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> () {
1818
_1 = (*_2); // scope 0 at $DIR/const_allocation2.rs:5:5: 5:8
1919
StorageDead(_2); // scope 0 at $DIR/const_allocation2.rs:5:8: 5:9
2020
StorageDead(_1); // scope 0 at $DIR/const_allocation2.rs:5:8: 5:9
21-
_0 = const (); // scope 0 at $DIR/const_allocation2.rs:4:11: 6:2
21+
nop; // scope 0 at $DIR/const_allocation2.rs:4:11: 6:2
2222
return; // scope 0 at $DIR/const_allocation2.rs:6:2: 6:2
2323
}
2424
}

src/test/mir-opt/const_allocation3.main.ConstProp.after.32bit.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> () {
1818
_1 = (*_2); // scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
1919
StorageDead(_2); // scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
2020
StorageDead(_1); // scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
21-
_0 = const (); // scope 0 at $DIR/const_allocation3.rs:4:11: 6:2
21+
nop; // scope 0 at $DIR/const_allocation3.rs:4:11: 6:2
2222
return; // scope 0 at $DIR/const_allocation3.rs:6:2: 6:2
2323
}
2424
}

src/test/mir-opt/const_allocation3.main.ConstProp.after.64bit.mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() -> () {
1818
_1 = (*_2); // scope 0 at $DIR/const_allocation3.rs:5:5: 5:8
1919
StorageDead(_2); // scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
2020
StorageDead(_1); // scope 0 at $DIR/const_allocation3.rs:5:8: 5:9
21-
_0 = const (); // scope 0 at $DIR/const_allocation3.rs:4:11: 6:2
21+
nop; // scope 0 at $DIR/const_allocation3.rs:4:11: 6:2
2222
return; // scope 0 at $DIR/const_allocation3.rs:6:2: 6:2
2323
}
2424
}

src/test/mir-opt/const_debuginfo.main.ConstDebugInfo.diff

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
_13 = const 64_u32; // scope 8 at $DIR/const_debuginfo.rs:21:13: 21:22
100100
StorageDead(_15); // scope 8 at $DIR/const_debuginfo.rs:21:21: 21:22
101101
StorageDead(_14); // scope 8 at $DIR/const_debuginfo.rs:21:21: 21:22
102-
_0 = const (); // scope 0 at $DIR/const_debuginfo.rs:8:11: 22:2
103102
StorageDead(_13); // scope 8 at $DIR/const_debuginfo.rs:22:1: 22:2
104103
StorageDead(_12); // scope 7 at $DIR/const_debuginfo.rs:22:1: 22:2
105104
StorageDead(_11); // scope 6 at $DIR/const_debuginfo.rs:22:1: 22:2

src/test/mir-opt/const_prop/aggregate.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
+ _1 = const 1_i32; // scope 0 at $DIR/aggregate.rs:5:13: 5:28
2424
StorageDead(_2); // scope 0 at $DIR/aggregate.rs:5:27: 5:28
2525
StorageDead(_3); // scope 0 at $DIR/aggregate.rs:5:28: 5:29
26-
_0 = const (); // scope 0 at $DIR/aggregate.rs:4:11: 6:2
26+
nop; // scope 0 at $DIR/aggregate.rs:4:11: 6:2
2727
StorageDead(_1); // scope 0 at $DIR/aggregate.rs:6:1: 6:2
2828
return; // scope 0 at $DIR/aggregate.rs:6:2: 6:2
2929
}

src/test/mir-opt/const_prop/array_index.main.ConstProp.32bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
+ _1 = const 2_u32; // scope 0 at $DIR/array_index.rs:5:18: 5:33
3131
StorageDead(_3); // scope 0 at $DIR/array_index.rs:5:33: 5:34
3232
StorageDead(_2); // scope 0 at $DIR/array_index.rs:5:33: 5:34
33-
_0 = const (); // scope 0 at $DIR/array_index.rs:4:11: 6:2
33+
nop; // scope 0 at $DIR/array_index.rs:4:11: 6:2
3434
StorageDead(_1); // scope 0 at $DIR/array_index.rs:6:1: 6:2
3535
return; // scope 0 at $DIR/array_index.rs:6:2: 6:2
3636
}

src/test/mir-opt/const_prop/array_index.main.ConstProp.64bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
+ _1 = const 2_u32; // scope 0 at $DIR/array_index.rs:5:18: 5:33
3131
StorageDead(_3); // scope 0 at $DIR/array_index.rs:5:33: 5:34
3232
StorageDead(_2); // scope 0 at $DIR/array_index.rs:5:33: 5:34
33-
_0 = const (); // scope 0 at $DIR/array_index.rs:4:11: 6:2
33+
nop; // scope 0 at $DIR/array_index.rs:4:11: 6:2
3434
StorageDead(_1); // scope 0 at $DIR/array_index.rs:6:1: 6:2
3535
return; // scope 0 at $DIR/array_index.rs:6:2: 6:2
3636
}

src/test/mir-opt/const_prop/bad_op_div_by_zero.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- _2 = Div(const 1_i32, move _3); // scope 1 at $DIR/bad_op_div_by_zero.rs:5:14: 5:19
4646
+ _2 = Div(const 1_i32, const 0_i32); // scope 1 at $DIR/bad_op_div_by_zero.rs:5:14: 5:19
4747
StorageDead(_3); // scope 1 at $DIR/bad_op_div_by_zero.rs:5:18: 5:19
48-
_0 = const (); // scope 0 at $DIR/bad_op_div_by_zero.rs:3:11: 6:2
48+
nop; // scope 0 at $DIR/bad_op_div_by_zero.rs:3:11: 6:2
4949
StorageDead(_2); // scope 1 at $DIR/bad_op_div_by_zero.rs:6:1: 6:2
5050
StorageDead(_1); // scope 0 at $DIR/bad_op_div_by_zero.rs:6:1: 6:2
5151
return; // scope 0 at $DIR/bad_op_div_by_zero.rs:6:2: 6:2

src/test/mir-opt/const_prop/bad_op_mod_by_zero.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- _2 = Rem(const 1_i32, move _3); // scope 1 at $DIR/bad_op_mod_by_zero.rs:5:14: 5:19
4646
+ _2 = Rem(const 1_i32, const 0_i32); // scope 1 at $DIR/bad_op_mod_by_zero.rs:5:14: 5:19
4747
StorageDead(_3); // scope 1 at $DIR/bad_op_mod_by_zero.rs:5:18: 5:19
48-
_0 = const (); // scope 0 at $DIR/bad_op_mod_by_zero.rs:3:11: 6:2
48+
nop; // scope 0 at $DIR/bad_op_mod_by_zero.rs:3:11: 6:2
4949
StorageDead(_2); // scope 1 at $DIR/bad_op_mod_by_zero.rs:6:1: 6:2
5050
StorageDead(_1); // scope 0 at $DIR/bad_op_mod_by_zero.rs:6:1: 6:2
5151
return; // scope 0 at $DIR/bad_op_mod_by_zero.rs:6:2: 6:2

src/test/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.32bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
bb1: {
5151
_5 = (*_1)[_6]; // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:7:18: 7:25
5252
StorageDead(_6); // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:7:25: 7:26
53-
_0 = const (); // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:6:5: 8:6
53+
nop; // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:6:5: 8:6
5454
StorageDead(_5); // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:8:5: 8:6
5555
StorageDead(_1); // scope 0 at $DIR/bad_op_unsafe_oob_for_slices.rs:9:1: 9:2
5656
return; // scope 0 at $DIR/bad_op_unsafe_oob_for_slices.rs:9:2: 9:2

src/test/mir-opt/const_prop/bad_op_unsafe_oob_for_slices.main.ConstProp.64bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
bb1: {
5151
_5 = (*_1)[_6]; // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:7:18: 7:25
5252
StorageDead(_6); // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:7:25: 7:26
53-
_0 = const (); // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:6:5: 8:6
53+
nop; // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:6:5: 8:6
5454
StorageDead(_5); // scope 2 at $DIR/bad_op_unsafe_oob_for_slices.rs:8:5: 8:6
5555
StorageDead(_1); // scope 0 at $DIR/bad_op_unsafe_oob_for_slices.rs:9:1: 9:2
5656
return; // scope 0 at $DIR/bad_op_unsafe_oob_for_slices.rs:9:2: 9:2

src/test/mir-opt/const_prop/boxes.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
bb1: {
3030
StorageDead(_3); // scope 0 at $DIR/boxes.rs:12:26: 12:27
31-
_0 = const (); // scope 0 at $DIR/boxes.rs:11:11: 13:2
31+
nop; // scope 0 at $DIR/boxes.rs:11:11: 13:2
3232
StorageDead(_1); // scope 0 at $DIR/boxes.rs:13:1: 13:2
3333
return; // scope 0 at $DIR/boxes.rs:13:2: 13:2
3434
}

src/test/mir-opt/const_prop/cast.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
StorageLive(_2); // scope 1 at $DIR/cast.rs:6:9: 6:10
2020
- _2 = const 42_u32 as u8 (Misc); // scope 1 at $DIR/cast.rs:6:13: 6:24
2121
+ _2 = const 42_u8; // scope 1 at $DIR/cast.rs:6:13: 6:24
22-
_0 = const (); // scope 0 at $DIR/cast.rs:3:11: 7:2
22+
nop; // scope 0 at $DIR/cast.rs:3:11: 7:2
2323
StorageDead(_2); // scope 1 at $DIR/cast.rs:7:1: 7:2
2424
StorageDead(_1); // scope 0 at $DIR/cast.rs:7:1: 7:2
2525
return; // scope 0 at $DIR/cast.rs:7:2: 7:2

src/test/mir-opt/const_prop/checked_add.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
bb1: {
2424
- _1 = move (_2.0: u32); // scope 0 at $DIR/checked_add.rs:5:18: 5:23
2525
+ _1 = const 2_u32; // scope 0 at $DIR/checked_add.rs:5:18: 5:23
26-
_0 = const (); // scope 0 at $DIR/checked_add.rs:4:11: 6:2
26+
nop; // scope 0 at $DIR/checked_add.rs:4:11: 6:2
2727
StorageDead(_1); // scope 0 at $DIR/checked_add.rs:6:1: 6:2
2828
return; // scope 0 at $DIR/checked_add.rs:6:2: 6:2
2929
}

src/test/mir-opt/const_prop/const_prop_fails_gracefully.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
bb1: {
4040
StorageDead(_5); // scope 1 at $DIR/const_prop_fails_gracefully.rs:8:11: 8:12
4141
StorageDead(_4); // scope 1 at $DIR/const_prop_fails_gracefully.rs:8:12: 8:13
42-
_0 = const (); // scope 0 at $DIR/const_prop_fails_gracefully.rs:5:11: 9:2
42+
nop; // scope 0 at $DIR/const_prop_fails_gracefully.rs:5:11: 9:2
4343
StorageDead(_1); // scope 0 at $DIR/const_prop_fails_gracefully.rs:9:1: 9:2
4444
return; // scope 0 at $DIR/const_prop_fails_gracefully.rs:9:2: 9:2
4545
}

src/test/mir-opt/const_prop/control_flow_simplification.hello.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
bb2: {
32-
_0 = const (); // scope 0 at $DIR/control-flow-simplification.rs:14:6: 14:6
32+
nop; // scope 0 at $DIR/control-flow-simplification.rs:14:6: 14:6
3333
StorageDead(_1); // scope 0 at $DIR/control-flow-simplification.rs:14:5: 14:6
3434
return; // scope 0 at $DIR/control-flow-simplification.rs:15:2: 15:2
3535
}

src/test/mir-opt/const_prop/discriminant.main.ConstProp.32bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
_1 = Add(move _2, const 0_i32); // scope 0 at $DIR/discriminant.rs:11:13: 11:68
4242
StorageDead(_2); // scope 0 at $DIR/discriminant.rs:11:67: 11:68
4343
StorageDead(_3); // scope 0 at $DIR/discriminant.rs:11:68: 11:69
44-
_0 = const (); // scope 0 at $DIR/discriminant.rs:10:11: 12:2
44+
nop; // scope 0 at $DIR/discriminant.rs:10:11: 12:2
4545
StorageDead(_1); // scope 0 at $DIR/discriminant.rs:12:1: 12:2
4646
return; // scope 0 at $DIR/discriminant.rs:12:2: 12:2
4747
}

src/test/mir-opt/const_prop/discriminant.main.ConstProp.64bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
_1 = Add(move _2, const 0_i32); // scope 0 at $DIR/discriminant.rs:11:13: 11:68
4242
StorageDead(_2); // scope 0 at $DIR/discriminant.rs:11:67: 11:68
4343
StorageDead(_3); // scope 0 at $DIR/discriminant.rs:11:68: 11:69
44-
_0 = const (); // scope 0 at $DIR/discriminant.rs:10:11: 12:2
44+
nop; // scope 0 at $DIR/discriminant.rs:10:11: 12:2
4545
StorageDead(_1); // scope 0 at $DIR/discriminant.rs:12:1: 12:2
4646
return; // scope 0 at $DIR/discriminant.rs:12:2: 12:2
4747
}

src/test/mir-opt/const_prop/indirect.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- _1 = move (_3.0: u8); // scope 0 at $DIR/indirect.rs:5:13: 5:29
2929
+ _1 = const 3_u8; // scope 0 at $DIR/indirect.rs:5:13: 5:29
3030
StorageDead(_2); // scope 0 at $DIR/indirect.rs:5:28: 5:29
31-
_0 = const (); // scope 0 at $DIR/indirect.rs:4:11: 6:2
31+
nop; // scope 0 at $DIR/indirect.rs:4:11: 6:2
3232
StorageDead(_1); // scope 0 at $DIR/indirect.rs:6:1: 6:2
3333
return; // scope 0 at $DIR/indirect.rs:6:2: 6:2
3434
}

src/test/mir-opt/const_prop/issue_66971.main.ConstProp.diff

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
StorageLive(_1); // scope 0 at $DIR/issue-66971.rs:16:5: 16:23
1212
StorageLive(_2); // scope 0 at $DIR/issue-66971.rs:16:12: 16:22
1313
StorageLive(_3); // scope 0 at $DIR/issue-66971.rs:16:13: 16:15
14-
- (_2.0: ()) = move _3; // scope 0 at $DIR/issue-66971.rs:16:12: 16:22
15-
+ (_2.0: ()) = const (); // scope 0 at $DIR/issue-66971.rs:16:12: 16:22
14+
nop; // scope 0 at $DIR/issue-66971.rs:16:12: 16:22
1615
(_2.1: u8) = const 0_u8; // scope 0 at $DIR/issue-66971.rs:16:12: 16:22
1716
(_2.2: u8) = const 0_u8; // scope 0 at $DIR/issue-66971.rs:16:12: 16:22
1817
StorageDead(_3); // scope 0 at $DIR/issue-66971.rs:16:21: 16:22
@@ -25,7 +24,7 @@
2524
bb1: {
2625
StorageDead(_2); // scope 0 at $DIR/issue-66971.rs:16:22: 16:23
2726
StorageDead(_1); // scope 0 at $DIR/issue-66971.rs:16:23: 16:24
28-
_0 = const (); // scope 0 at $DIR/issue-66971.rs:15:11: 17:2
27+
nop; // scope 0 at $DIR/issue-66971.rs:15:11: 17:2
2928
return; // scope 0 at $DIR/issue-66971.rs:17:2: 17:2
3029
}
3130
}

src/test/mir-opt/const_prop/issue_67019.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
bb1: {
2929
StorageDead(_2); // scope 0 at $DIR/issue-67019.rs:11:19: 11:20
3030
StorageDead(_1); // scope 0 at $DIR/issue-67019.rs:11:20: 11:21
31-
_0 = const (); // scope 0 at $DIR/issue-67019.rs:10:11: 12:2
31+
nop; // scope 0 at $DIR/issue-67019.rs:10:11: 12:2
3232
return; // scope 0 at $DIR/issue-67019.rs:12:2: 12:2
3333
}
3434
}

src/test/mir-opt/const_prop/large_array_index.main.ConstProp.32bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
_1 = _2[_3]; // scope 0 at $DIR/large_array_index.rs:6:17: 6:32
3030
StorageDead(_3); // scope 0 at $DIR/large_array_index.rs:6:32: 6:33
3131
StorageDead(_2); // scope 0 at $DIR/large_array_index.rs:6:32: 6:33
32-
_0 = const (); // scope 0 at $DIR/large_array_index.rs:4:11: 7:2
32+
nop; // scope 0 at $DIR/large_array_index.rs:4:11: 7:2
3333
StorageDead(_1); // scope 0 at $DIR/large_array_index.rs:7:1: 7:2
3434
return; // scope 0 at $DIR/large_array_index.rs:7:2: 7:2
3535
}

src/test/mir-opt/const_prop/large_array_index.main.ConstProp.64bit.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
_1 = _2[_3]; // scope 0 at $DIR/large_array_index.rs:6:17: 6:32
3030
StorageDead(_3); // scope 0 at $DIR/large_array_index.rs:6:32: 6:33
3131
StorageDead(_2); // scope 0 at $DIR/large_array_index.rs:6:32: 6:33
32-
_0 = const (); // scope 0 at $DIR/large_array_index.rs:4:11: 7:2
32+
nop; // scope 0 at $DIR/large_array_index.rs:4:11: 7:2
3333
StorageDead(_1); // scope 0 at $DIR/large_array_index.rs:7:1: 7:2
3434
return; // scope 0 at $DIR/large_array_index.rs:7:2: 7:2
3535
}

src/test/mir-opt/const_prop/mutable_variable.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
StorageLive(_2); // scope 1 at $DIR/mutable_variable.rs:7:9: 7:10
2020
- _2 = _1; // scope 1 at $DIR/mutable_variable.rs:7:13: 7:14
2121
+ _2 = const 99_i32; // scope 1 at $DIR/mutable_variable.rs:7:13: 7:14
22-
_0 = const (); // scope 0 at $DIR/mutable_variable.rs:4:11: 8:2
22+
nop; // scope 0 at $DIR/mutable_variable.rs:4:11: 8:2
2323
StorageDead(_2); // scope 1 at $DIR/mutable_variable.rs:8:1: 8:2
2424
StorageDead(_1); // scope 0 at $DIR/mutable_variable.rs:8:1: 8:2
2525
return; // scope 0 at $DIR/mutable_variable.rs:8:2: 8:2

src/test/mir-opt/const_prop/mutable_variable_aggregate.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
+ // mir::Constant
2424
+ // + span: $DIR/mutable_variable_aggregate.rs:7:13: 7:14
2525
+ // + literal: Const { ty: (i32, i32), val: Value(ByRef { alloc: Allocation { bytes: [42, 0, 0, 0, 99, 0, 0, 0], relocations: Relocations(SortedMap { data: [] }), init_mask: InitMask { blocks: [255], len: Size { raw: 8 } }, size: Size { raw: 8 }, align: Align { pow2: 2 }, mutability: Not, extra: () }, offset: Size { raw: 0 } }) }
26-
_0 = const (); // scope 0 at $DIR/mutable_variable_aggregate.rs:4:11: 8:2
26+
nop; // scope 0 at $DIR/mutable_variable_aggregate.rs:4:11: 8:2
2727
StorageDead(_2); // scope 1 at $DIR/mutable_variable_aggregate.rs:8:1: 8:2
2828
StorageDead(_1); // scope 0 at $DIR/mutable_variable_aggregate.rs:8:1: 8:2
2929
return; // scope 0 at $DIR/mutable_variable_aggregate.rs:8:2: 8:2

src/test/mir-opt/const_prop/mutable_variable_aggregate_mut_ref.main.ConstProp.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
((*_2).1: i32) = const 99_i32; // scope 2 at $DIR/mutable_variable_aggregate_mut_ref.rs:7:5: 7:13
2626
StorageLive(_3); // scope 2 at $DIR/mutable_variable_aggregate_mut_ref.rs:8:9: 8:10
2727
_3 = _1; // scope 2 at $DIR/mutable_variable_aggregate_mut_ref.rs:8:13: 8:14
28-
_0 = const (); // scope 0 at $DIR/mutable_variable_aggregate_mut_ref.rs:4:11: 9:2
28+
nop; // scope 0 at $DIR/mutable_variable_aggregate_mut_ref.rs:4:11: 9:2
2929
StorageDead(_3); // scope 2 at $DIR/mutable_variable_aggregate_mut_ref.rs:9:1: 9:2
3030
StorageDead(_2); // scope 1 at $DIR/mutable_variable_aggregate_mut_ref.rs:9:1: 9:2
3131
StorageDead(_1); // scope 0 at $DIR/mutable_variable_aggregate_mut_ref.rs:9:1: 9:2

0 commit comments

Comments
 (0)