Skip to content

Commit 5c39ba2

Browse files
committed
Bless 32bit.
1 parent 473d0c5 commit 5c39ba2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/mir-opt/const_allocation.main.ConstProp.after.32bit.mir

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@ alloc1 (static: FOO, size: 8, align: 4) {
2626

2727
alloc18 (size: 48, align: 4) {
2828
0x00 │ 00 00 00 00 __ __ __ __ ╾─alloc5──╼ 00 00 00 00 │ ....░░░░╾──╼....
29-
0x10 │ 00 00 00 00 __ __ __ __ ╾─alloc9──╼ 02 00 00 00 │ ....░░░░╾──╼....
30-
0x20 │ 01 00 00 00 2a 00 00 00 ╾─alloc14─╼ 03 00 00 00 │ ....*...╾──╼....
29+
0x10 │ 00 00 00 00 __ __ __ __ ╾─alloc8──╼ 02 00 00 00 │ ....░░░░╾──╼....
30+
0x20 │ 01 00 00 00 2a 00 00 00 ╾─alloc13─╼ 03 00 00 00 │ ....*...╾──╼....
3131
}
3232

3333
alloc5 (size: 0, align: 4) {}
3434

35-
alloc9 (size: 16, align: 4) {
36-
╾─alloc8──╼ 03 00 00 00 ╾─alloc10─╼ 03 00 00 00 │ ╾──╼....╾──╼....
35+
alloc8 (size: 16, align: 4) {
36+
╾─alloc9──╼ 03 00 00 00 ╾─alloc10─╼ 03 00 00 00 │ ╾──╼....╾──╼....
3737
}
3838

39-
alloc8 (size: 3, align: 1) {
39+
alloc9 (size: 3, align: 1) {
4040
66 6f 6f │ foo
4141
}
4242

4343
alloc10 (size: 3, align: 1) {
4444
62 61 72 │ bar
4545
}
4646

47-
alloc14 (size: 24, align: 4) {
48-
0x00 │ ╾─alloc13─╼ 03 00 00 00 ╾─alloc15─╼ 03 00 00 00 │ ╾──╼....╾──╼....
47+
alloc13 (size: 24, align: 4) {
48+
0x00 │ ╾─alloc14─╼ 03 00 00 00 ╾─alloc15─╼ 03 00 00 00 │ ╾──╼....╾──╼....
4949
0x10 │ ╾─alloc16─╼ 04 00 00 00 │ ╾──╼....
5050
}
5151

52-
alloc13 (size: 3, align: 1) {
52+
alloc14 (size: 3, align: 1) {
5353
6d 65 68 │ meh
5454
}
5555

0 commit comments

Comments
 (0)