AST: rename OpenArchetypeType -> ExistentialArchetypeType

NFC
This commit is contained in:
Erik Eckstein
2025-03-11 20:21:46 +01:00
parent ca76efabb4
commit d225c47d25
60 changed files with 153 additions and 150 deletions

View File

@@ -2375,7 +2375,7 @@ bool swift::specializeWitnessMethodInst(WitnessMethodInst *wm) {
SILModule &m = f->getModule();
CanType astType = wm->getLookupType();
if (!isa<OpenedArchetypeType>(astType))
if (!isa<ExistentialArchetypeType>(astType))
return false;
if (wm->isSpecialized())