mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #6922 from atrick/silconv
This commit is contained in:
@@ -416,7 +416,7 @@ void ConformanceCollector::collect(swift::SILInstruction *I) {
|
||||
CanSILFunctionType SubstFnTy = AS.getSubstCalleeType();
|
||||
|
||||
scanFuncParams(OrigFnTy->getParameters(), SubstFnTy->getParameters());
|
||||
scanFuncParams(OrigFnTy->getAllResults(), SubstFnTy->getAllResults());
|
||||
scanFuncParams(OrigFnTy->getResults(), SubstFnTy->getResults());
|
||||
|
||||
if (OrigFnTy->getRepresentation() ==
|
||||
SILFunctionType::Representation::WitnessMethod) {
|
||||
|
||||
Reference in New Issue
Block a user