From: Roland Froese Date: Fri, 1 Feb 2019 18:55:43 +0000 (+0000) Subject: test commit (add blank line) NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37b280914ad056ccff3c6ef84cb2d6d05016c21a;p=llvm test commit (add blank line) NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352897 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp index 990b2cc29b1..6185355f419 100644 --- a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp @@ -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;