File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1606,6 +1606,7 @@ inline bool isAccessStorageTypeCast(SingleValueInstruction *svi) {
1606
1606
// Simply pass-thru the incoming address. But change its type!
1607
1607
case SILInstructionKind::MoveOnlyWrapperToCopyableAddrInst:
1608
1608
case SILInstructionKind::CopyableToMoveOnlyWrapperAddrInst:
1609
+ case SILInstructionKind::MoveOnlyWrapperToCopyableBoxInst:
1609
1610
// Simply pass-thru the incoming address. But change its type!
1610
1611
case SILInstructionKind::UncheckedAddrCastInst:
1611
1612
// Casting to RawPointer does not affect the AccessPath. When converting
@@ -1652,7 +1653,6 @@ inline bool isAccessStorageIdentityCast(SingleValueInstruction *svi) {
1652
1653
case SILInstructionKind::MarkDependenceInst:
1653
1654
case SILInstructionKind::CopyValueInst:
1654
1655
case SILInstructionKind::BeginBorrowInst:
1655
- case SILInstructionKind::MoveOnlyWrapperToCopyableBoxInst:
1656
1656
return true ;
1657
1657
}
1658
1658
}
You can’t perform that action at this time.
0 commit comments