Skip to content

Commit ce14d7c

Browse files
committed
fixup! clang-format
1 parent b74b044 commit ce14d7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,7 @@ selectVSplatSimm5(SDValue N, SDValue &Imm) const {
616616
}
617617

618618
// Select const vector splat of 1.
619-
bool MipsSEDAGToDAGISel::
620-
selectVSplatImmEq1(SDValue N) const {
619+
bool MipsSEDAGToDAGISel::selectVSplatImmEq1(SDValue N) const {
621620
EVT EltTy = N->getValueType(0).getVectorElementType();
622621

623622
if (N->getOpcode() == ISD::BITCAST)

0 commit comments

Comments
 (0)