[llvm] 28b52ab - [TTI][NFC]Remove trailing spaces, NFC.
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 08:01:15 PST 2022
Author: Alexey Bataev
Date: 2022-12-23T08:00:50-08:00
New Revision: 28b52abeec3c90c9826803c2caa03ed2096a7830
URL: https://github.com/llvm/llvm-project/commit/28b52abeec3c90c9826803c2caa03ed2096a7830
DIFF: https://github.com/llvm/llvm-project/commit/28b52abeec3c90c9826803c2caa03ed2096a7830.diff
LOG: [TTI][NFC]Remove trailing spaces, NFC.
Added:
Modified:
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h b/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
index 2031f0060b782..e81e430f66248 100644
--- a/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
+++ b/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
@@ -1130,7 +1130,7 @@ class TargetTransformInfoImplCRTPBase : public TargetTransformInfoImplBase {
// destination type of the trunc instruction rather than the load to
// accurately estimate the cost of this load instruction.
if (CostKind == TTI::TCK_CodeSize && LI->hasOneUse() &&
- !LoadType->isVectorTy()) {
+ !LoadType->isVectorTy()) {
if (const TruncInst *TI = dyn_cast<TruncInst>(*LI->user_begin()))
LoadType = TI->getDestTy();
}
More information about the llvm-commits
mailing list