forked from OSchip/llvm-project
[X86] Fix bad formatting. NFC
This commit is contained in:
parent
a41837d1da
commit
cd824f9e39
|
@ -5242,8 +5242,8 @@ static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) {
|
||||||
/// condition code, returning the condition code and the LHS/RHS of the
|
/// condition code, returning the condition code and the LHS/RHS of the
|
||||||
/// comparison to make.
|
/// comparison to make.
|
||||||
static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
|
static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
|
||||||
bool isFP, SDValue &LHS, SDValue &RHS,
|
bool isFP, SDValue &LHS, SDValue &RHS,
|
||||||
SelectionDAG &DAG) {
|
SelectionDAG &DAG) {
|
||||||
if (!isFP) {
|
if (!isFP) {
|
||||||
if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
|
if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
|
||||||
if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {
|
if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {
|
||||||
|
|
Loading…
Reference in New Issue