[llvm] r312900 - AMDGPU: trivial comment change
Tim Renouf via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 01:31:33 PDT 2017
Author: tpr
Date: Mon Sep 11 01:31:32 2017
New Revision: 312900
URL: http://llvm.org/viewvc/llvm-project?rev=312900&view=rev
Log:
AMDGPU: trivial comment change
... to check commit access for new committer.
Modified:
llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
Modified: llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp?rev=312900&r1=312899&r2=312900&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp (original)
+++ llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp Mon Sep 11 01:31:32 2017
@@ -253,7 +253,7 @@ bool SIMachineFunctionInfo::allocateSGPR
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;
More information about the llvm-commits
mailing list