SIL: handle hop_to_executor instruction in MemAccessUtils

This commit is contained in:
Erik Eckstein
2020-11-16 14:22:38 +01:00
parent 5f3ac719a2
commit 71af79a46d

View File

@@ -1963,6 +1963,7 @@ void swift::visitAccessedAddress(SILInstruction *I,
case SILInstructionKind::ExistentialMetatypeInst:
case SILInstructionKind::FixLifetimeInst:
case SILInstructionKind::GlobalAddrInst:
case SILInstructionKind::HopToExecutorInst:
case SILInstructionKind::InitExistentialValueInst:
case SILInstructionKind::IsUniqueInst:
case SILInstructionKind::IsEscapingClosureInst: