Skip to content

Commit 44688af

Browse files
committed
clang-format
1 parent 2487cff commit 44688af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,8 +4171,8 @@ void ARMDAGToDAGISel::Select(SDNode *N) {
41714171

41724172
SDValue Tmp2 = CurDAG->getTargetConstant(CC, dl, MVT::i32);
41734173
Chain = CurDAG->getCopyToReg(Chain, dl, ARM::CPSR, Flags, SDValue());
4174-
SDValue Ops[] = {N1, Tmp2, CurDAG->getRegister(ARM::CPSR, MVT::i32),
4175-
Chain, Chain.getValue(1)};
4174+
SDValue Ops[] = {N1, Tmp2, CurDAG->getRegister(ARM::CPSR, MVT::i32), Chain,
4175+
Chain.getValue(1)};
41764176
CurDAG->SelectNodeTo(N, Opc, MVT::Other, Ops);
41774177
return;
41784178
}
@@ -4240,7 +4240,6 @@ void ARMDAGToDAGISel::Select(SDNode *N) {
42404240
N->getOperand(3)};
42414241
CurDAG->MorphNodeTo(N, ARMISD::CMOV, N->getVTList(), Ops);
42424242
}
4243-
42444243
}
42454244
// Other cases are autogenerated.
42464245
break;

0 commit comments

Comments
 (0)