[SIL] Added unowned_copy_value.

This commit is contained in:
Nate Chandler
2023-08-03 06:33:21 -07:00
parent 0cb3ce5f3c
commit f938287710
21 changed files with 172 additions and 6 deletions

View File

@@ -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: