[sil] Rename {,Strong}Copy{Unowned,Unmanaged}.

This commit is contained in:
Michael Gottesman
2019-10-24 23:50:51 -07:00
parent be47c9734c
commit 7ee5ad7318
43 changed files with 250 additions and 243 deletions

View File

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