summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTim Renouf <tim.renouf@amd.com>2017-09-11 08:31:32 +0000
committerTim Renouf <tim.renouf@amd.com>2017-09-11 08:31:32 +0000
commit6cb007fc728c2d8e2170628b78af4c30e0c5cbdc (patch)
tree9caa6f010aa8cc877a977d85ce0992e3cfe93930 /llvm/lib
parent12b20f2307a617a35401a28953b9e353321a20cb (diff)
downloadbcm5719-llvm-6cb007fc728c2d8e2170628b78af4c30e0c5cbdc.tar.gz
bcm5719-llvm-6cb007fc728c2d8e2170628b78af4c30e0c5cbdc.zip
AMDGPU: trivial comment change
... to check commit access for new committer. llvm-svn: 312900
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
index b372082868b..029943519c0 100644
--- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
@@ -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;
OpenPOWER on IntegriCloud