@@ -2339,7 +2339,10 @@ CONSTANT_TRANSLATION(UnconditionalCheckedCastAddrInst, Store)
2339
2339
CONSTANT_TRANSLATION(AllocGlobalInst, Ignored)
2340
2340
CONSTANT_TRANSLATION(AutoreleaseValueInst, Ignored)
2341
2341
CONSTANT_TRANSLATION(DeallocBoxInst, Ignored)
2342
+ CONSTANT_TRANSLATION(DeallocPartialRefInst, Ignored)
2343
+ CONSTANT_TRANSLATION(DeallocRefInst, Ignored)
2342
2344
CONSTANT_TRANSLATION(DeallocStackInst, Ignored)
2345
+ CONSTANT_TRANSLATION(DeallocStackRefInst, Ignored)
2343
2346
CONSTANT_TRANSLATION(DebugValueInst, Ignored)
2344
2347
CONSTANT_TRANSLATION(DestroyAddrInst, Ignored)
2345
2348
CONSTANT_TRANSLATION(DestroyValueInst, Ignored)
@@ -2440,9 +2443,6 @@ CONSTANT_TRANSLATION(RebindMemoryInst, Unhandled)
2440
2443
CONSTANT_TRANSLATION(ThrowAddrInst, Unhandled)
2441
2444
CONSTANT_TRANSLATION(AwaitAsyncContinuationInst, Unhandled)
2442
2445
CONSTANT_TRANSLATION(DeallocPackInst, Unhandled)
2443
- CONSTANT_TRANSLATION(DeallocStackRefInst, Unhandled)
2444
- CONSTANT_TRANSLATION(DeallocRefInst, Unhandled)
2445
- CONSTANT_TRANSLATION(DeallocPartialRefInst, Unhandled)
2446
2446
CONSTANT_TRANSLATION(UnmanagedRetainValueInst, Unhandled)
2447
2447
CONSTANT_TRANSLATION(UnmanagedReleaseValueInst, Unhandled)
2448
2448
CONSTANT_TRANSLATION(UnmanagedAutoreleaseValueInst, Unhandled)
0 commit comments