diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-04-16 22:51:30 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2020-04-20 21:18:20 +0200 |
| commit | 1ce6e6a99981dd67eaec0f38caab8d7b29a20d0d (patch) | |
| tree | cd100a2b946d2b6782244fa58f02ec34240dad83 /src | |
| parent | f0ab46953b9f1d7fb6086b07e05ed0842959048f (diff) | |
| download | rust-1ce6e6a99981dd67eaec0f38caab8d7b29a20d0d.tar.gz rust-1ce6e6a99981dd67eaec0f38caab8d7b29a20d0d.zip | |
Bless 32-bit test output
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/mir-opt/const_allocation2/32bit/rustc.main.ConstProp.after.mir | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/test/mir-opt/const_allocation2/32bit/rustc.main.ConstProp.after.mir b/src/test/mir-opt/const_allocation2/32bit/rustc.main.ConstProp.after.mir index 4105d673218..efd14ea140f 100644 --- a/src/test/mir-opt/const_allocation2/32bit/rustc.main.ConstProp.after.mir +++ b/src/test/mir-opt/const_allocation2/32bit/rustc.main.ConstProp.after.mir @@ -30,41 +30,41 @@ fn main() -> () { } alloc0 (static: FOO, size: 8, align: 4) { - ╾alloc24+0╼ 03 00 00 00 │ ╾──╼.... + ╾alloc25+0╼ 03 00 00 00 │ ╾──╼.... } -alloc24 (size: 48, align: 4) { - 0x00 │ 00 00 00 00 __ __ __ __ ╾alloc9+0─╼ 00 00 00 00 │ ....░░░░╾──╼.... - 0x10 │ 00 00 00 00 __ __ __ __ ╾alloc14+0╼ 02 00 00 00 │ ....░░░░╾──╼.... - 0x20 │ 01 00 00 00 2a 00 00 00 ╾alloc22+0╼ 03 00 00 00 │ ....*...╾──╼.... +alloc25 (size: 48, align: 4) { + 0x00 │ 00 00 00 00 __ __ __ __ ╾alloc10+0╼ 00 00 00 00 │ ....░░░░╾──╼.... + 0x10 │ 00 00 00 00 __ __ __ __ ╾alloc15+0╼ 02 00 00 00 │ ....░░░░╾──╼.... + 0x20 │ 01 00 00 00 2a 00 00 00 ╾alloc23+0╼ 03 00 00 00 │ ....*...╾──╼.... } -alloc9 (size: 0, align: 4) {} +alloc10 (size: 0, align: 4) {} -alloc14 (size: 8, align: 4) { - ╾alloc12+0╼ ╾alloc13+0╼ │ ╾──╼╾──╼ +alloc15 (size: 8, align: 4) { + ╾alloc13+0╼ ╾alloc14+0╼ │ ╾──╼╾──╼ } -alloc12 (size: 1, align: 1) { +alloc13 (size: 1, align: 1) { 05 │ . } -alloc13 (size: 1, align: 1) { +alloc14 (size: 1, align: 1) { 06 │ . } -alloc22 (size: 12, align: 4) { - ╾alloc18+3╼ ╾alloc19+0╼ ╾alloc21+2╼ │ ╾──╼╾──╼╾──╼ +alloc23 (size: 12, align: 4) { + ╾alloc19+3╼ ╾alloc20+0╼ ╾alloc22+2╼ │ ╾──╼╾──╼╾──╼ } -alloc18 (size: 4, align: 1) { +alloc19 (size: 4, align: 1) { 2a 45 15 6f │ *E.o } -alloc19 (size: 1, align: 1) { +alloc20 (size: 1, align: 1) { 2a │ * } -alloc21 (size: 4, align: 1) { +alloc22 (size: 4, align: 1) { 2a 45 15 6f │ *E.o } |
