Skip to content

Commit d650554

Browse files
committed
Run clang-format
Change-Id: I1d7d67c833da7f5058e2552150d19abe1268b786
1 parent bd66248 commit d650554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ HexagonTargetLowering::extractHvxSubvectorReg(SDValue OrigOp, SDValue VecV,
12661266
// vectors.
12671267
if (isHvxPairTy(VecTy)) {
12681268
unsigned SubIdx = Hexagon::vsub_lo;
1269-
if (Idx * ElemWidth >= 8*HwLen) {
1269+
if (Idx * ElemWidth >= 8 * HwLen) {
12701270
SubIdx = Hexagon::vsub_hi;
12711271
Idx -= VecTy.getVectorNumElements() / 2;
12721272
}

0 commit comments

Comments
 (0)