From 28b52abeec3c90c9826803c2caa03ed2096a7830 Mon Sep 17 00:00:00 2001 From: Alexey Bataev Date: Fri, 23 Dec 2022 08:00:50 -0800 Subject: [PATCH] [TTI][NFC]Remove trailing spaces, NFC. --- llvm/include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h b/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h index 2031f00..e81e430 100644 --- a/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h +++ b/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h @@ -1130,7 +1130,7 @@ public: // 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(*LI->user_begin())) LoadType = TI->getDestTy(); } -- 2.7.4