diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-24 05:04:35 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-24 05:04:35 +0000 |
| commit | 501931b117981d4ae8ba6cb1edbd1780b3208b92 (patch) | |
| tree | 15f382d7497201668ebc56d099968add4ec7bb7f /llvm/test/CodeGen/AMDGPU | |
| parent | 0321ebc054c79d530f9f8626c2edf1bb317085c0 (diff) | |
| download | bcm5719-llvm-501931b117981d4ae8ba6cb1edbd1780b3208b92.tar.gz bcm5719-llvm-501931b117981d4ae8ba6cb1edbd1780b3208b92.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 323302
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/sgpr-copy.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll b/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll index 9a431bc387e..39cbf9312f0 100644 --- a/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll +++ b/llvm/test/CodeGen/AMDGPU/sgpr-copy.ll @@ -379,7 +379,7 @@ bb71: ; preds = %bb80, %bb38 ret void } -; Check the the resource descriptor is stored in an sgpr. +; Check the resource descriptor is stored in an sgpr. ; CHECK-LABEL: {{^}}mimg_srsrc_sgpr: ; CHECK: image_sample v{{[0-9]+}}, v[{{[0-9]+:[0-9]+}}], s[{{[0-9]+:[0-9]+}}], s[{{[0-9]+:[0-9]+}}] dmask:0x1 define amdgpu_ps void @mimg_srsrc_sgpr([34 x <8 x i32>] addrspace(2)* byval %arg) #0 { @@ -394,7 +394,7 @@ bb: ret void } -; Check the the sampler is stored in an sgpr. +; Check the sampler is stored in an sgpr. ; CHECK-LABEL: {{^}}mimg_ssamp_sgpr: ; CHECK: image_sample v{{[0-9]+}}, v[{{[0-9]+:[0-9]+}}], s[{{[0-9]+:[0-9]+}}], s[{{[0-9]+:[0-9]+}}] dmask:0x1 define amdgpu_ps void @mimg_ssamp_sgpr([17 x <4 x i32>] addrspace(2)* byval %arg) #0 { |

