Skip to content

Commit bbdcf96

Browse files
committed
clang-format fixes
1 parent 7f93651 commit bbdcf96

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
@@ -12144,8 +12144,7 @@ SDValue RISCVTargetLowering::lowerVECTOR_REVERSE(SDValue Op,
1214412144
// FIXME: This is a CONCAT_VECTORS.
1214512145
SDValue Res = DAG.getInsertSubvector(DL, DAG.getUNDEF(VecVT), Hi, 0,
1214612146
/*SkipUndef=*/true);
12147-
return DAG.getInsertSubvector(DL, Res, Lo,
12148-
LoVT.getVectorMinNumElements(),
12147+
return DAG.getInsertSubvector(DL, Res, Lo, LoVT.getVectorMinNumElements(),
1214912148
/*SkipUndef=*/true);
1215012149
}
1215112150

0 commit comments

Comments
 (0)