From: Simon Pilgrim Date: Fri, 18 Nov 2016 12:16:18 +0000 (+0000) Subject: Cleanup function with clang-format. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f482b59d3c56bf403546f7cc2df71338b9a13bee;p=llvm Cleanup function with clang-format. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287340 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index f9b28fcadd2..192f7cf9363 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -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();