diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-06-21 05:14:59 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-06-21 05:14:59 +0000 |
| commit | 9d7de1fbdbf57b5d21e8a841c306e7d1f228ef37 (patch) | |
| tree | d62e86b319c4f189d03be09be1a3deb4b46a93fe /tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff | |
| parent | 121b06bd0593369477a70dfee156f10055ca7638 (diff) | |
| parent | 553a69030e5a086eb3841d020db8c9c463948c72 (diff) | |
Merge from rustc
Diffstat (limited to 'tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff')
| -rw-r--r-- | tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff b/tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff index a6d68cd4e4b..e87ac762dfe 100644 --- a/tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff +++ b/tests/mir-opt/instsimplify/casts.roundtrip.InstSimplify.diff @@ -14,7 +14,7 @@ StorageLive(_4); _4 = _1; _3 = move _4 as *mut u8 (PtrToPtr); - _2 = move _3 as *const u8 (PointerCoercion(MutToConstPointer)); + _2 = move _3 as *const u8 (PtrToPtr); StorageDead(_4); StorageDead(_3); - _0 = move _2 as *const u8 (PtrToPtr); |
