diff options
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetTransformInfo.cpp')
| -rw-r--r-- | lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp index 226c75f704f46..b0da9b5a6d709 100644 --- a/lib/Target/PowerPC/PPCTargetTransformInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetTransformInfo.cpp @@ -201,7 +201,7 @@ unsigned PPCTTIImpl::getUserCost(const User *U,      std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, U->getType());      return LT.first * BaseT::getUserCost(U, Operands);    } -   +    return BaseT::getUserCost(U, Operands);  } | 
