Skip to content

Commit 71af79a

Browse files
committed
SIL: handle hop_to_executor instruction in MemAccessUtils
1 parent 5f3ac71 commit 71af79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SIL/Utils/MemAccessUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,6 +1963,7 @@ void swift::visitAccessedAddress(SILInstruction *I,
19631963
case SILInstructionKind::ExistentialMetatypeInst:
19641964
case SILInstructionKind::FixLifetimeInst:
19651965
case SILInstructionKind::GlobalAddrInst:
1966+
case SILInstructionKind::HopToExecutorInst:
19661967
case SILInstructionKind::InitExistentialValueInst:
19671968
case SILInstructionKind::IsUniqueInst:
19681969
case SILInstructionKind::IsEscapingClosureInst:

0 commit comments

Comments
 (0)