@@ -168,6 +168,7 @@ INTERIOR_POINTER_PROJECTION(RefTailAddr)
168
168
CONSTANT_OWNERSHIP_INST (Guaranteed, MustBeLive, OpenExistentialValue)
169
169
CONSTANT_OWNERSHIP_INST (Guaranteed, MustBeLive, OpenExistentialBoxValue)
170
170
CONSTANT_OWNERSHIP_INST (Guaranteed, MustBeLive, OpenExistentialBox)
171
+ CONSTANT_OWNERSHIP_INST (Guaranteed, MustBeLive, HopToExecutor)
171
172
CONSTANT_OWNERSHIP_INST (Owned, MustBeInvalidated, AutoreleaseValue)
172
173
CONSTANT_OWNERSHIP_INST (Owned, MustBeInvalidated, DeallocBox)
173
174
CONSTANT_OWNERSHIP_INST (Owned, MustBeInvalidated, DeallocExistentialBox)
@@ -193,7 +194,6 @@ CONSTANT_OWNERSHIP_INST(None, MustBeLive, EndAccess)
193
194
CONSTANT_OWNERSHIP_INST (None, MustBeLive, EndApply)
194
195
CONSTANT_OWNERSHIP_INST (None, MustBeLive, EndUnpairedAccess)
195
196
CONSTANT_OWNERSHIP_INST (None, MustBeLive, GetAsyncContinuationAddr)
196
- CONSTANT_OWNERSHIP_INST (None, MustBeLive, HopToExecutor)
197
197
CONSTANT_OWNERSHIP_INST (None, MustBeLive, IndexAddr)
198
198
CONSTANT_OWNERSHIP_INST (None, MustBeLive, IndexRawPointer)
199
199
CONSTANT_OWNERSHIP_INST (None, MustBeLive, InitBlockStorageHeader)
0 commit comments