Skip to content

Commit 08ce260

Browse files
committed
Make clang-format happy
1 parent f297069 commit 08ce260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14579,9 +14579,9 @@ SDValue PPCTargetLowering::combineSetCC(SDNode *N, DAGCombinerInfo &DCI) const {
1457914579
(OpVT == MVT::i64 || OpVT == MVT::i32 || OpVT == MVT::i16))
1458014580
return GetTruncExtCmp(LHS.getOperand(0), MVT::i8);
1458114581
}
14582-
// ult (srl (add x -0x8000) 16) 0xffff -> ne x (sext:i32 (trunc:i16 x))
1458314582
} else if (LHS.getOpcode() == ISD::SRL &&
1458414583
LHS.getOperand(0).getOpcode() == ISD::ADD) {
14584+
// ult (srl (add x -0x8000) 16) 0xffff -> ne x (sext:i32 (trunc:i16 x))
1458514585
const auto *SrlAmt = dyn_cast<ConstantSDNode>(LHS.getOperand(1));
1458614586
const auto *Addend =
1458714587
dyn_cast<ConstantSDNode>(LHS.getOperand(0).getOperand(1));

0 commit comments

Comments
 (0)