AMDGPU: trivial comment change

... to check commit access for new committer.

llvm-svn: 312900
This commit is contained in:
Tim Renouf 2017-09-11 08:31:32 +00:00
parent 12b20f2307
commit 6cb007fc72
1 changed files with 1 additions and 1 deletions

View File

@ -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;