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
|
||||
/// comparison to make.
|
||||
static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
|
||||
bool isFP, SDValue &LHS, SDValue &RHS,
|
||||
SelectionDAG &DAG) {
|
||||
bool isFP, SDValue &LHS, SDValue &RHS,
|
||||
SelectionDAG &DAG) {
|
||||
if (!isFP) {
|
||||
if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
|
||||
if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {
|
||||
|
|
Loading…
Reference in New Issue