]> granicus.if.org Git - llvm/commitdiff
AMDGPU: trivial comment change
authorTim Renouf <tim.renouf@amd.com>
Mon, 11 Sep 2017 08:31:32 +0000 (08:31 +0000)
committerTim Renouf <tim.renouf@amd.com>
Mon, 11 Sep 2017 08:31:32 +0000 (08:31 +0000)
... to check commit access for new committer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312900 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/SIMachineFunctionInfo.cpp

index b372082868bdaa1098ce2c5fad954eaf5291a3fb..029943519c024f270f7c9c66a9e322419b7b515b 100644 (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;