summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRoland Froese <froese@ca.ibm.com>2019-02-01 18:55:43 +0000
committerRoland Froese <froese@ca.ibm.com>2019-02-01 18:55:43 +0000
commit7f29195c3fe0350d1e47ae8629d9db3ed16690ff (patch)
tree8f041dce5db108ccb59cef3b7bcf93fe590bebae /llvm/lib
parent50ca8edb1a0d94e057a28ae792e3b756bd08d809 (diff)
downloadbcm5719-llvm-7f29195c3fe0350d1e47ae8629d9db3ed16690ff.tar.gz
bcm5719-llvm-7f29195c3fe0350d1e47ae8629d9db3ed16690ff.zip
test commit (add blank line) NFC
llvm-svn: 352897
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
index 990b2cc29b1..6185355f419 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud