Skip to content

Commit cd824f9

Browse files
committed
[X86] Fix bad formatting. NFC
1 parent a41837d commit cd824f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5242,8 +5242,8 @@ static X86::CondCode TranslateIntegerX86CC(ISD::CondCode SetCCOpcode) {
52425242
/// condition code, returning the condition code and the LHS/RHS of the
52435243
/// comparison to make.
52445244
static X86::CondCode TranslateX86CC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
5245-
bool isFP, SDValue &LHS, SDValue &RHS,
5246-
SelectionDAG &DAG) {
5245+
bool isFP, SDValue &LHS, SDValue &RHS,
5246+
SelectionDAG &DAG) {
52475247
if (!isFP) {
52485248
if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
52495249
if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {

0 commit comments

Comments
 (0)