mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #35609 from meg-gupta/ossabugs3
Minor bug fixes in SILCombine, Canonicalization and LoadBorrowImmutabilityChecker
This commit is contained in:
@@ -97,6 +97,7 @@ bool GatherWritesVisitor::visitUse(Operand *op, AccessUseType useTy) {
|
||||
case SILInstructionKind::DeallocBoxInst:
|
||||
case SILInstructionKind::WitnessMethodInst:
|
||||
case SILInstructionKind::ExistentialMetatypeInst:
|
||||
case SILInstructionKind::IsUniqueInst:
|
||||
return true;
|
||||
|
||||
// Known writes...
|
||||
|
||||
Reference in New Issue
Block a user