Skip to content

Commit 5434786

Browse files
committed
[concurrency] SIL: fix operand ownership of hop_to_executor
1 parent db58c7e commit 5434786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/IR/OperandOwnership.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ INTERIOR_POINTER_PROJECTION(RefTailAddr)
168168
CONSTANT_OWNERSHIP_INST(Guaranteed, MustBeLive, OpenExistentialValue)
169169
CONSTANT_OWNERSHIP_INST(Guaranteed, MustBeLive, OpenExistentialBoxValue)
170170
CONSTANT_OWNERSHIP_INST(Guaranteed, MustBeLive, OpenExistentialBox)
171+
CONSTANT_OWNERSHIP_INST(Guaranteed, MustBeLive, HopToExecutor)
171172
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, AutoreleaseValue)
172173
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, DeallocBox)
173174
CONSTANT_OWNERSHIP_INST(Owned, MustBeInvalidated, DeallocExistentialBox)
@@ -193,7 +194,6 @@ CONSTANT_OWNERSHIP_INST(None, MustBeLive, EndAccess)
193194
CONSTANT_OWNERSHIP_INST(None, MustBeLive, EndApply)
194195
CONSTANT_OWNERSHIP_INST(None, MustBeLive, EndUnpairedAccess)
195196
CONSTANT_OWNERSHIP_INST(None, MustBeLive, GetAsyncContinuationAddr)
196-
CONSTANT_OWNERSHIP_INST(None, MustBeLive, HopToExecutor)
197197
CONSTANT_OWNERSHIP_INST(None, MustBeLive, IndexAddr)
198198
CONSTANT_OWNERSHIP_INST(None, MustBeLive, IndexRawPointer)
199199
CONSTANT_OWNERSHIP_INST(None, MustBeLive, InitBlockStorageHeader)

0 commit comments

Comments
 (0)