forked from OSchip/llvm-project
AMDGPU: trivial comment change
... to check commit access for new committer. llvm-svn: 312900
This commit is contained in:
parent
12b20f2307
commit
6cb007fc72
|
@ -253,7 +253,7 @@ bool SIMachineFunctionInfo::allocateSGPRSpillToVGPR(MachineFunction &MF,
|
|||
if (VGPRIndex == 0) {
|
||||
LaneVGPR = TRI->findUnusedRegister(MRI, &AMDGPU::VGPR_32RegClass, MF);
|
||||
if (LaneVGPR == AMDGPU::NoRegister) {
|
||||
// We have no VGPRs left for spilling SGPRs. Reset because we won't
|
||||
// We have no VGPRs left for spilling SGPRs. Reset because we will not
|
||||
// partially spill the SGPR to VGPRs.
|
||||
SGPRToVGPRSpills.erase(FI);
|
||||
NumVGPRSpillLanes -= I;
|
||||
|
|
Loading…
Reference in New Issue