diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-10-15 17:00:11 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-10-16 16:29:35 +0000 |
| commit | 02424e4bc57344dc7436644f897b5500a1973242 (patch) | |
| tree | fbb9f0f8f6f8ce86254b9e75a44b49da00ca09a5 /tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff | |
| parent | e7bdc5f9f869219e8d20060b42a09ea10a837851 (diff) | |
| download | rust-02424e4bc57344dc7436644f897b5500a1973242.tar.gz rust-02424e4bc57344dc7436644f897b5500a1973242.zip | |
Normalize alloc-id in tests.
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff b/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff index 2de6ba307d5..f208d82dfd5 100644 --- a/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff +++ b/tests/mir-opt/dataflow-const-prop/struct.main.DataflowConstProp.32bit.diff @@ -84,7 +84,7 @@ + _10 = const S(13_i32); StorageDead(_11); StorageLive(_16); - _16 = const {alloc1: &&BigStruct}; + _16 = const {ALLOC0: &&BigStruct}; _17 = deref_copy (*_16); StorageLive(_12); _18 = deref_copy (*_16); @@ -119,11 +119,11 @@ } } - alloc1 (static: STAT, size: 4, align: 4) { - ╾─alloc15─╼ │ ╾──╼ + ALLOC0 (static: STAT, size: 4, align: 4) { + ╾─ALLOC1──╼ │ ╾──╼ } - alloc15 (size: 16, align: 4) { + ALLOC1 (size: 16, align: 4) { 01 00 00 00 00 00 e0 40 0d 00 00 00 05 __ __ __ │ .......@.....░░░ } |
