Skip to content

Commit 28b52ab

Browse files
committed
[TTI][NFC]Remove trailing spaces, NFC.
1 parent 6a6ec6a commit 28b52ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/TargetTransformInfoImpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ class TargetTransformInfoImplCRTPBase : public TargetTransformInfoImplBase {
11301130
// destination type of the trunc instruction rather than the load to
11311131
// accurately estimate the cost of this load instruction.
11321132
if (CostKind == TTI::TCK_CodeSize && LI->hasOneUse() &&
1133-
!LoadType->isVectorTy()) {
1133+
!LoadType->isVectorTy()) {
11341134
if (const TruncInst *TI = dyn_cast<TruncInst>(*LI->user_begin()))
11351135
LoadType = TI->getDestTy();
11361136
}

0 commit comments

Comments
 (0)