Cleanup function with clang-format. NFCI.

llvm-svn: 287340
This commit is contained in:
Simon Pilgrim 2016-11-18 12:16:18 +00:00
parent ce2b589df5
commit 7938bd666e
1 changed files with 1 additions and 3 deletions

View File

@ -25285,9 +25285,7 @@ void X86TargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
}
unsigned X86TargetLowering::ComputeNumSignBitsForTargetNode(
SDValue Op,
const SelectionDAG &,
unsigned Depth) const {
SDValue Op, const SelectionDAG &, unsigned Depth) const {
// SETCC_CARRY sets the dest to ~0 for true or 0 for false.
if (Op.getOpcode() == X86ISD::SETCC_CARRY)
return Op.getScalarValueSizeInBits();