[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

@@ -2082,6 +2082,7 @@ bool SILDeserializer::readSILInstruction(SILFunction *Fn,
(Atomicity)Attr); \
break;
UNARY_INSTRUCTION(UnownedCopyValue)
UNARY_INSTRUCTION(WeakCopyValue)
#define UNCHECKED_REF_STORAGE(Name, ...) \
UNARY_INSTRUCTION(StrongCopy##Name##Value)