Skip to content

Commit c04f702

Browse files
author
shami
committed
fix clang formatting.
1 parent 9bcb9c2 commit c04f702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31320,7 +31320,7 @@ static auto createBSWAPShuffleMask(EVT VT) {
3132031320
ShuffleMask.push_back((I * ScalarSizeInBytes) + J);
3132131321

3132231322
return ShuffleMask;
31323-
}
31323+
}
3132431324

3132531325
static SDValue LowerBITREVERSE(SDValue Op, const X86Subtarget &Subtarget,
3132631326
SelectionDAG &DAG) {

0 commit comments

Comments
 (0)