From 37b280914ad056ccff3c6ef84cb2d6d05016c21a Mon Sep 17 00:00:00 2001 From: Roland Froese Date: Fri, 1 Feb 2019 18:55:43 +0000 Subject: [PATCH] test commit (add blank line) NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352897 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.40.0