Skip to content

Commit d92d2e2

Browse files
authored
[AMDGPU] Remove trailing whitespaces in SIRegisterInfo.cpp. NFC. (llvm#85269)
1 parent 5cf8cf3 commit d92d2e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2265,10 +2265,10 @@ bool SIRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator MI,
22652265
*MBB, MI, DL, Opc, Index, VData->getReg(), VData->isKill(), FrameReg,
22662266
TII->getNamedOperand(*MI, AMDGPU::OpName::offset)->getImm(),
22672267
*MI->memoperands_begin(), RS);
2268-
2269-
if (IsWWMRegSpill)
2268+
2269+
if (IsWWMRegSpill)
22702270
TII->restoreExec(*MF, *MBB, MI, DL, MFI->getSGPRForEXECCopy());
2271-
2271+
22722272
MI->eraseFromParent();
22732273
return true;
22742274
}

0 commit comments

Comments
 (0)