mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] Added unowned_copy_value.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user