forked from OSchip/llvm-project
Cleanup function with clang-format. NFCI.
llvm-svn: 287340
This commit is contained in:
parent
ce2b589df5
commit
7938bd666e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue