mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[sil] Rename {,Strong}Copy{Unowned,Unmanaged}.
This commit is contained in:
@@ -1377,11 +1377,11 @@ void EscapeAnalysis::analyzeInstruction(SILInstruction *I,
|
||||
return;
|
||||
|
||||
#define UNCHECKED_REF_STORAGE(Name, ...) \
|
||||
case SILInstructionKind::Copy##Name##ValueInst:
|
||||
#define ALWAYS_OR_SOMETIMES_LOADABLE_CHECKED_REF_STORAGE(Name, ...) \
|
||||
case SILInstructionKind::Name##RetainInst: \
|
||||
case SILInstructionKind::StrongRetain##Name##Inst: \
|
||||
case SILInstructionKind::Copy##Name##ValueInst:
|
||||
case SILInstructionKind::StrongCopy##Name##ValueInst:
|
||||
#define ALWAYS_OR_SOMETIMES_LOADABLE_CHECKED_REF_STORAGE(Name, ...) \
|
||||
case SILInstructionKind::Name##RetainInst: \
|
||||
case SILInstructionKind::StrongRetain##Name##Inst: \
|
||||
case SILInstructionKind::StrongCopy##Name##ValueInst:
|
||||
#include "swift/AST/ReferenceStorage.def"
|
||||
case SILInstructionKind::DeallocStackInst:
|
||||
case SILInstructionKind::StrongRetainInst:
|
||||
|
||||
Reference in New Issue
Block a user