mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: rename OpenArchetypeType -> ExistentialArchetypeType
NFC
This commit is contained in:
@@ -39,7 +39,7 @@ void emitDistributedActorSystemWitnessCall(
|
||||
|
||||
// If the base is an existential open it.
|
||||
if (systemASTType->isAnyExistentialType()) {
|
||||
systemASTType = OpenedArchetypeType::getAny(systemASTType)
|
||||
systemASTType = ExistentialArchetypeType::getAny(systemASTType)
|
||||
->getCanonicalType();
|
||||
base = B.createOpenExistentialAddr(
|
||||
loc, base, F.getLoweredType(systemASTType),
|
||||
|
||||
Reference in New Issue
Block a user