diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-10-16 18:49:32 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-10-16 19:15:28 +0000 |
| commit | 1f90d857d75a3e6696a5ac731d2ae601f647fb7b (patch) | |
| tree | 6b3501911bd094360f6fbe214174006b4eafd523 /tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff | |
| parent | 0eb958a89b4f1ad4b7b6785b5d6faef3e3ff3267 (diff) | |
| download | rust-1f90d857d75a3e6696a5ac731d2ae601f647fb7b.tar.gz rust-1f90d857d75a3e6696a5ac731d2ae601f647fb7b.zip | |
Stop trying to preserve pretty-printing.
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff b/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff index de941e51f2f..de9cf197199 100644 --- a/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff +++ b/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.64bit.diff @@ -84,7 +84,7 @@ + _10 = const S(13_i32); StorageDead(_11); StorageLive(_16); - _16 = const {ALLOC0: &&BigStruct}; + _16 = const {ALLOC1: &&BigStruct}; _17 = deref_copy (*_16); StorageLive(_12); _18 = deref_copy (*_16); @@ -119,11 +119,11 @@ } } - ALLOC0 (static: STAT, size: 8, align: 8) { - ╾───────ALLOC1───────╼ │ ╾──────╼ + ALLOC1 (static: STAT, size: 8, align: 8) { + ╾ALLOC0╼ │ ╾──────╼ } - ALLOC1 (size: 16, align: 4) { + ALLOC0 (size: 16, align: 4) { 01 00 00 00 00 00 e0 40 0d 00 00 00 05 __ __ __ │ .......@.....░░░ } |
