Skip to content

Commit 19888f0

Browse files
committed
Fix formatting
1 parent dac312e commit 19888f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ bool AArch64TTIImpl::shouldMaximizeVectorBandwidth(
334334
TargetTransformInfo::RegisterKind K) const {
335335
assert(K != TargetTransformInfo::RGK_Scalar);
336336
return ((K == TargetTransformInfo::RGK_FixedWidthVector &&
337-
ST->isNeonAvailable()) ||
337+
ST->isNeonAvailable()) ||
338338
(K == TargetTransformInfo::RGK_ScalableVector &&
339-
ST->isSVEorStreamingSVEAvailable()));
339+
ST->isSVEorStreamingSVEAvailable()));
340340
}
341341

342342
/// Calculate the cost of materializing a 64-bit value. This helper

0 commit comments

Comments
 (0)