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

@@ -436,7 +436,7 @@ bool MemoryLocations::analyzeAddrProjection(
// open_existential_addr).
if (!isa<OpenExistentialAddrInst>(loc->representativeValue))
return false;
assert(loc->representativeValue->getType().is<OpenedArchetypeType>());
assert(loc->representativeValue->getType().is<ExistentialArchetypeType>());
loc->representativeValue = projection;
}
}