mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: rename OpenArchetypeType -> ExistentialArchetypeType
NFC
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user