mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SIL] Added unowned_copy_value.
This commit is contained in:
@@ -1442,6 +1442,7 @@ void SILSerializer::writeSILInstruction(const SILInstruction &SI) {
|
||||
ListOfValues);
|
||||
break;
|
||||
}
|
||||
case SILInstructionKind::UnownedCopyValueInst:
|
||||
case SILInstructionKind::WeakCopyValueInst:
|
||||
#define UNCHECKED_REF_STORAGE(Name, ...) \
|
||||
case SILInstructionKind::StrongCopy##Name##ValueInst:
|
||||
|
||||
Reference in New Issue
Block a user