Skip to content

Commit ed72606

Browse files
committed
Format
1 parent a89f6af commit ed72606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,8 +1250,8 @@ bool X86InstructionSelector::selectUAddSub(MachineInstr &I,
12501250
.addReg(Op0Reg)
12511251
.addReg(Op1Reg);
12521252

1253-
BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(X86::SETCCr),
1254-
CarryOutReg).addImm(X86::COND_B);
1253+
BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(X86::SETCCr), CarryOutReg)
1254+
.addImm(X86::COND_B);
12551255

12561256
if (!constrainSelectedInstRegOperands(Inst, TII, TRI, RBI) ||
12571257
!RBI.constrainGenericRegister(CarryOutReg, *CarryRC, MRI))

0 commit comments

Comments
 (0)