mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: handle hop_to_executor instruction in MemAccessUtils
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user