Skip to content

Commit 803aec0

Browse files
committed
fix spacing
1 parent e5abfc8 commit 803aec0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,6 @@ void PPCRegisterInfo::lowerDMRSpilling(MachineBasicBlock::iterator II,
15191519
// DMR is made up of WACC and WACC_HI, so DMXXEXTFDMR512 to spill
15201520
// the corresponding 512 bits.
15211521
const TargetRegisterClass *RC = &PPC::VSRpRCRegClass;
1522-
15231522
auto spillDMR = [&](Register SrcReg, int BEIdx, int LEIdx) {
15241523
auto spillWACC = [&](unsigned Opc, unsigned RegIdx, int IdxBE, int IdxLE) {
15251524
Register VSRpReg0 = MF.getRegInfo().createVirtualRegister(RC);
@@ -1563,7 +1562,6 @@ void PPCRegisterInfo::lowerDMRRestore(MachineBasicBlock::iterator II,
15631562
bool IsLittleEndian = Subtarget.isLittleEndian();
15641563

15651564
const TargetRegisterClass *RC = &PPC::VSRpRCRegClass;
1566-
15671565
auto restoreDMR = [&](Register DestReg, int BEIdx, int LEIdx) {
15681566
auto restoreWACC = [&](unsigned Opc, unsigned RegIdx, int IdxBE,
15691567
int IdxLE) {

0 commit comments

Comments
 (0)