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:
@@ -1122,6 +1122,7 @@ InlineCost swift::instructionInlineCost(SILInstruction &I) {
|
||||
case SILInstructionKind::HopToExecutorInst:
|
||||
case SILInstructionKind::ExtractExecutorInst:
|
||||
case SILInstructionKind::HasSymbolInst:
|
||||
case SILInstructionKind::UnownedCopyValueInst:
|
||||
case SILInstructionKind::WeakCopyValueInst:
|
||||
#define COMMON_ALWAYS_OR_SOMETIMES_LOADABLE_CHECKED_REF_STORAGE(Name) \
|
||||
case SILInstructionKind::Name##ToRefInst: \
|
||||
|
||||
Reference in New Issue
Block a user