Skip to content

Commit 665ae26

Browse files
committed
[RISCV] clang-format
1 parent 27f0ffc commit 665ae26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,8 @@ bool RISCVDAGToDAGISel::selectNegImm(SDValue N, SDValue &Val) {
32133213
if (isInt<32>(Imm))
32143214
return false;
32153215

3216-
if (any_of(N->users(), [](const SDNode *U) { return U->getOpcode() != ISD::ADD; }))
3216+
if (any_of(N->users(),
3217+
[](const SDNode *U) { return U->getOpcode() != ISD::ADD; }))
32173218
return false;
32183219

32193220
int OrigImmCost = RISCVMatInt::getIntMatCost(APInt(64, Imm), 64, *Subtarget,

0 commit comments

Comments
 (0)