Skip to content

Commit d6d99a2

Browse files
committed
clang-format
1 parent c373e51 commit d6d99a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ void RISCVInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
535535
// On RV32_Zdinx, FMV.D will move a pair of registers to another pair of
536536
// registers, in one instruction.
537537
BuildMI(MBB, MBBI, DL, get(RISCV::FSGNJ_D_IN32X), DstReg)
538-
.addReg(SrcReg, getRenamableRegState(RenamableSrc))
539-
.addReg(SrcReg, KillFlag | getRenamableRegState(RenamableSrc));
538+
.addReg(SrcReg, getRenamableRegState(RenamableSrc))
539+
.addReg(SrcReg, KillFlag | getRenamableRegState(RenamableSrc));
540540
return;
541541
}
542542

0 commit comments

Comments
 (0)