diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:53:21 +0000 |
commit | 572e03a3965d783ea51d1844d202d822ad6e8f8c (patch) | |
tree | 96f1b5a8c88f8850cfce209df9164027ffd85886 /llvm/lib/Target/AMDGPU/AMDKernelCodeT.h | |
parent | 175d633271c3b76535474168522578ca244aae5d (diff) | |
download | bcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.tar.gz bcm5719-llvm-572e03a3965d783ea51d1844d202d822ad6e8f8c.zip |
Fix "the the" in comments.
llvm-svn: 240112
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDKernelCodeT.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/AMDKernelCodeT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h b/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h index 4d3041ff3db..eaffb854793 100644 --- a/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h +++ b/llvm/lib/Target/AMDGPU/AMDKernelCodeT.h @@ -132,7 +132,7 @@ enum amd_code_property_mask_t { /// private memory do not exceed this size. For example, if the /// element size is 4 (32-bits or dword) and a 64-bit value must be /// loaded, the finalizer will generate two 32-bit loads. This - /// ensures that the interleaving will get the the work-item + /// ensures that the interleaving will get the work-item /// specific dword for both halves of the 64-bit value. If it just /// did a 64-bit load then it would get one dword which belonged to /// its own work-item, but the second dword would belong to the |