mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[MemAccessUtils] Add inst to visitAccessedAddress.
The debug_step returns true for mayReadOrWriteMemory so it has to be handled there. rdar://108043268
This commit is contained in:
@@ -2691,6 +2691,7 @@ void swift::visitAccessedAddress(SILInstruction *I,
|
||||
case SILInstructionKind::CopyBlockInst:
|
||||
case SILInstructionKind::CopyBlockWithoutEscapingInst:
|
||||
case SILInstructionKind::CopyValueInst:
|
||||
case SILInstructionKind::DebugStepInst:
|
||||
case SILInstructionKind::DeinitExistentialAddrInst:
|
||||
case SILInstructionKind::DeinitExistentialValueInst:
|
||||
case SILInstructionKind::DestroyAddrInst:
|
||||
|
||||
Reference in New Issue
Block a user