@@ -2344,6 +2344,8 @@ CONSTANT_TRANSLATION(DeallocRefInst, Ignored)
2344
2344
CONSTANT_TRANSLATION(DeallocStackInst, Ignored)
2345
2345
CONSTANT_TRANSLATION(DeallocStackRefInst, Ignored)
2346
2346
CONSTANT_TRANSLATION(DebugValueInst, Ignored)
2347
+ CONSTANT_TRANSLATION(DeinitExistentialAddrInst, Ignored)
2348
+ CONSTANT_TRANSLATION(DeinitExistentialValueInst, Ignored)
2347
2349
CONSTANT_TRANSLATION(DestroyAddrInst, Ignored)
2348
2350
CONSTANT_TRANSLATION(DestroyValueInst, Ignored)
2349
2351
CONSTANT_TRANSLATION(EndAccessInst, Ignored)
@@ -2454,10 +2456,7 @@ CONSTANT_TRANSLATION(AssignOrInitInst, Unhandled)
2454
2456
CONSTANT_TRANSLATION(MarkFunctionEscapeInst, Unhandled)
2455
2457
CONSTANT_TRANSLATION(TestSpecificationInst, Unhandled)
2456
2458
CONSTANT_TRANSLATION(StoreUnownedInst, Unhandled)
2457
- CONSTANT_TRANSLATION(DeinitExistentialAddrInst, Unhandled)
2458
2459
CONSTANT_TRANSLATION(PackElementSetInst, Unhandled)
2459
- CONSTANT_TRANSLATION(DeinitExistentialValueInst, Unhandled)
2460
- CONSTANT_TRANSLATION(UnconditionalCheckedCastAddrInst, Unhandled)
2461
2460
2462
2461
// ===---
2463
2462
// Apply
0 commit comments