mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] getWitnessMethodConformanceOrNone -> getWitnessMethodConformanceOrInvalid
This commit is contained in:
@@ -362,7 +362,7 @@ ExistentialTransform::createExistentialSpecializedFunctionType() {
|
||||
/// Finally the ExtInfo.
|
||||
auto ExtInfo = FTy->getExtInfo();
|
||||
ExtInfo = ExtInfo.withRepresentation(SILFunctionTypeRepresentation::Thin);
|
||||
auto witnessMethodConformance = FTy->getWitnessMethodConformanceOrNone();
|
||||
auto witnessMethodConformance = FTy->getWitnessMethodConformanceOrInvalid();
|
||||
|
||||
/// Return the new signature.
|
||||
return SILFunctionType::get(
|
||||
|
||||
Reference in New Issue
Block a user