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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user