diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-04-23 16:15:22 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-09-06 16:09:31 +0000 |
| commit | f96c6e04cb93459513e3d10626e4a3290fb6e8a0 (patch) | |
| tree | 6c137f02e4b17b540b7e4cb88f2c5370e5971391 /tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff | |
| parent | fc6354379208be4c252da9fec15b4baa20e23a18 (diff) | |
| download | rust-f96c6e04cb93459513e3d10626e4a3290fb6e8a0.tar.gz rust-f96c6e04cb93459513e3d10626e4a3290fb6e8a0.zip | |
Propagate PlaceElem::Index.
Diffstat (limited to 'tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff')
| -rw-r--r-- | tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff b/tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff index ca5ac1b94fb..212ddc5b154 100644 --- a/tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff +++ b/tests/mir-opt/dataflow-const-prop/array_index.main.DataflowConstProp.32bit.panic-abort.diff @@ -27,7 +27,8 @@ } bb1: { - _1 = _2[_3]; +- _1 = _2[_3]; ++ _1 = _2[2 of 3]; StorageDead(_3); StorageDead(_2); _0 = const (); |
