mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix 80 column violation.
Swift SVN r24620
This commit is contained in:
@@ -166,7 +166,7 @@ static bool devirtMethod(ApplyInst *AI, SILDeclRef Member,
|
||||
CalleeGenericParamsNum = GenCalleeType->getGenericSignature()
|
||||
->getGenericParams().size();
|
||||
// Class F belongs to.
|
||||
CanType FSelfClass = F->getLoweredFunctionType()->getSelfParameter().getType();
|
||||
CanType FSelfClass = GenCalleeType->getSelfParameter().getType();
|
||||
SILType ClassInstanceType = ClassInstance.getType();
|
||||
|
||||
// *NOTE*:
|
||||
|
||||
Reference in New Issue
Block a user