Skip to content

Commit 025652c

Browse files
committed
fixup! clang-format
1 parent 7827646 commit 025652c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ bool RISCVMakeCompressibleOpt::runOnMachineFunction(MachineFunction &Fn) {
421421
.addImm(RegImm.Imm);
422422
} else if (RISCV::GPRF16RegClass.contains(RegImm.Reg)) {
423423
assert(RegImm.Imm == 0);
424-
BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(RISCV::PseudoMV_FPR16INX), NewReg)
424+
BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(RISCV::PseudoMV_FPR16INX),
425+
NewReg)
425426
.addReg(RegImm.Reg);
426427
} else {
427428
// If we are looking at replacing an FPR register we don't expect to

0 commit comments

Comments
 (0)