[TTI][NFC]Remove trailing spaces, NFC.
authorAlexey Bataev <a.bataev@outlook.com>
Fri, 23 Dec 2022 16:00:50 +0000 (08:00 -0800)
committerAlexey Bataev <a.bataev@outlook.com>
Fri, 23 Dec 2022 16:00:50 +0000 (08:00 -0800)
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h

index 2031f00..e81e430 100644 (file)
@@ -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<TruncInst>(*LI->user_begin()))
           LoadType = TI->getDestTy();
       }