summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:42 +0000
commitcec1877e180393eba0f6ddb0cf97bf3a791631c7 (patch)
tree47b4dac2a9dd9a40c30c251b4d4a72d7ccf77e9f /tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
parentAdding debian version 1.74.1+dfsg1-1. (diff)
downloadrustc-cec1877e180393eba0f6ddb0cf97bf3a791631c7.tar.xz
rustc-cec1877e180393eba0f6ddb0cf97bf3a791631c7.zip
Merging upstream version 1.75.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir')
-rw-r--r--tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir b/tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
index c5f6902b4..713abb264 100644
--- a/tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
+++ b/tests/mir-opt/const_allocation2.main.ConstProp.after.32bit.mir
@@ -8,7 +8,7 @@ fn main() -> () {
bb0: {
StorageLive(_1);
StorageLive(_2);
- _2 = const {alloc1: &&[(Option<i32>, &[&u8])]};
+ _2 = const {ALLOC9: &&[(Option<i32>, &[&u8])]};
_1 = (*_2);
StorageDead(_2);
StorageDead(_1);
@@ -17,42 +17,42 @@ fn main() -> () {
}
}
-alloc1 (static: FOO, size: 8, align: 4) {
- ╾─alloc23─╼ 03 00 00 00 │ ╾──╼....
+ALLOC9 (static: FOO, size: 8, align: 4) {
+ ╾ALLOC0╼ 03 00 00 00 │ ╾──╼....
}
-alloc23 (size: 48, align: 4) {
- 0x00 │ 00 00 00 00 __ __ __ __ ╾─alloc10─╼ 00 00 00 00 │ ....░░░░╾──╼....
- 0x10 │ 00 00 00 00 __ __ __ __ ╾─alloc15─╼ 02 00 00 00 │ ....░░░░╾──╼....
- 0x20 │ 01 00 00 00 2a 00 00 00 ╾─alloc21─╼ 03 00 00 00 │ ....*...╾──╼....
+ALLOC0 (size: 48, align: 4) {
+ 0x00 │ 00 00 00 00 __ __ __ __ ╾ALLOC1╼ 00 00 00 00 │ ....░░░░╾──╼....
+ 0x10 │ 00 00 00 00 __ __ __ __ ╾ALLOC2╼ 02 00 00 00 │ ....░░░░╾──╼....
+ 0x20 │ 01 00 00 00 2a 00 00 00 ╾ALLOC3╼ 03 00 00 00 │ ....*...╾──╼....
}
-alloc10 (size: 0, align: 4) {}
+ALLOC1 (size: 0, align: 4) {}
-alloc15 (size: 8, align: 4) {
- ╾─alloc13─╼ ╾─alloc14─╼ │ ╾──╼╾──╼
+ALLOC2 (size: 8, align: 4) {
+ ╾ALLOC4╼ ╾ALLOC5╼ │ ╾──╼╾──╼
}
-alloc13 (size: 1, align: 1) {
+ALLOC4 (size: 1, align: 1) {
05 │ .
}
-alloc14 (size: 1, align: 1) {
+ALLOC5 (size: 1, align: 1) {
06 │ .
}
-alloc21 (size: 12, align: 4) {
- ╾─a18+0x3─╼ ╾─alloc19─╼ ╾─a20+0x2─╼ │ ╾──╼╾──╼╾──╼
+ALLOC3 (size: 12, align: 4) {
+ ╾ALLOC6+0x3╼ ╾ALLOC7╼ ╾ALLOC8+0x2╼ │ ╾──╼╾──╼╾──╼
}
-alloc18 (size: 4, align: 1) {
+ALLOC6 (size: 4, align: 1) {
2a 45 15 6f │ *E.o
}
-alloc19 (size: 1, align: 1) {
+ALLOC7 (size: 1, align: 1) {
2a │ *
}
-alloc20 (size: 4, align: 1) {
+ALLOC8 (size: 4, align: 1) {
2a 45 15 6f │ *E.o
}