Fix 80 column violation.

Swift SVN r24620
This commit is contained in:
Mark Lacey
2015-01-22 00:44:27 +00:00
parent 3aa0f68512
commit eebea42401

View File

@@ -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*: