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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)