Skip to content

Commit b0ee8ad

Browse files
committed
Clang-format
1 parent 946ac97 commit b0ee8ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4477,8 +4477,7 @@ static bool isDeinterleaveShuffle(MVT VT, MVT ContainerVT, SDValue V1,
44774477

44784478
// The others must increase by 2 each time (or be undef).
44794479
for (unsigned i = 1; i != Mask.size(); ++i)
4480-
if (Mask[i] != Mask[i - 1] + 2 &&
4481-
Mask[i] != -1)
4480+
if (Mask[i] != Mask[i - 1] + 2 && Mask[i] != -1)
44824481
return false;
44834482

44844483
return true;

0 commit comments

Comments
 (0)