@@ -2344,6 +2344,8 @@ CONSTANT_TRANSLATION(DeallocRefInst, Ignored)
23442344CONSTANT_TRANSLATION(DeallocStackInst, Ignored)
23452345CONSTANT_TRANSLATION(DeallocStackRefInst, Ignored)
23462346CONSTANT_TRANSLATION(DebugValueInst, Ignored)
2347+ CONSTANT_TRANSLATION(DeinitExistentialAddrInst, Ignored)
2348+ CONSTANT_TRANSLATION(DeinitExistentialValueInst, Ignored)
23472349CONSTANT_TRANSLATION(DestroyAddrInst, Ignored)
23482350CONSTANT_TRANSLATION(DestroyValueInst, Ignored)
23492351CONSTANT_TRANSLATION(EndAccessInst, Ignored)
@@ -2454,10 +2456,7 @@ CONSTANT_TRANSLATION(AssignOrInitInst, Unhandled)
24542456CONSTANT_TRANSLATION(MarkFunctionEscapeInst, Unhandled)
24552457CONSTANT_TRANSLATION(TestSpecificationInst, Unhandled)
24562458CONSTANT_TRANSLATION(StoreUnownedInst, Unhandled)
2457- CONSTANT_TRANSLATION(DeinitExistentialAddrInst, Unhandled)
24582459CONSTANT_TRANSLATION(PackElementSetInst, Unhandled)
2459- CONSTANT_TRANSLATION(DeinitExistentialValueInst, Unhandled)
2460- CONSTANT_TRANSLATION(UnconditionalCheckedCastAddrInst, Unhandled)
24612460
24622461// ===---
24632462// Apply
0 commit comments