Remove ResilienceExpansion from substOpaqueTypes for now.

It's currently meaningless, and it'll require thought to pass the correct value when it becomes
meaningful.
This commit is contained in:
Joe Groff
2019-01-18 15:48:46 -08:00
parent a6c9254612
commit e3bbd8ce9e
13 changed files with 20 additions and 28 deletions

View File

@@ -304,7 +304,7 @@ class AbstractionPattern {
OrigType = origType;
else
OrigType = origType
.substOpaqueTypesWithUnderlyingTypes(ResilienceExpansion::Minimal)
.substOpaqueTypesWithUnderlyingTypes()
->getCanonicalType();
GenericSig = CanGenericSignature();
if (OrigType->hasTypeParameter())