Skip to content

Commit 2e2cbc8

Browse files
committed
clang format
1 parent cc6f8c3 commit 2e2cbc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8723,8 +8723,7 @@ SDValue TargetLowering::expandCTPOP(SDNode *Node, SelectionDAG &DAG) const {
87238723
DAG.getNode(ISD::SHL, dl, VT, V, ShiftC));
87248724
}
87258725
}
8726-
return DAG.getNode(ISD::SRL, dl, VT, V,
8727-
DAG.getConstant(Len - 8, dl, ShVT));
8726+
return DAG.getNode(ISD::SRL, dl, VT, V, DAG.getConstant(Len - 8, dl, ShVT));
87288727
}
87298728

87308729
SDValue TargetLowering::expandVPCTPOP(SDNode *Node, SelectionDAG &DAG) const {

0 commit comments

Comments
 (0)