]> granicus.if.org Git - llvm/commitdiff
test commit (add blank line) NFC
authorRoland Froese <froese@ca.ibm.com>
Fri, 1 Feb 2019 18:55:43 +0000 (18:55 +0000)
committerRoland Froese <froese@ca.ibm.com>
Fri, 1 Feb 2019 18:55:43 +0000 (18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352897 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetTransformInfo.cpp

index 990b2cc29b1db6c807d35c3708ca207d1bd9293f..6185355f419f4250aa8dbf7f570bd81c6e413826 100644 (file)
@@ -336,6 +336,7 @@ int PPCTTIImpl::vectorCostAdjustment(int Cost, unsigned Opcode, Type *Ty1,
   // double the cost at every step - only the last step.
   if (LT1.first != 1 || !LT1.second.isVector())
     return Cost;
+
   int ISD = TLI->InstructionOpcodeToISD(Opcode);
   if (TLI->isOperationExpand(ISD, LT1.second))
     return Cost;