diff options
author | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | 2019-07-08 17:09:09 +0000 |
---|---|---|
committer | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | 2019-07-08 17:09:09 +0000 |
commit | 463b87ae888d077464d078780ecb6c572bdb59ad (patch) | |
tree | 7c721a2e7756835e1f59d9a08d8cef8bf9a41857 /llvm/docs | |
parent | 75c2a6709e8041315027b280ac6d15e2243a855f (diff) | |
download | bcm5719-llvm-463b87ae888d077464d078780ecb6c572bdb59ad.tar.gz bcm5719-llvm-463b87ae888d077464d078780ecb6c572bdb59ad.zip |
[AMDGPU][MC][DOC] Updated AMD GPU assembler syntax description.
Corrected a typo.
llvm-svn: 365353
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/AMDGPUUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index 7b595cd937e..5f8e3c68882 100644 --- a/llvm/docs/AMDGPUUsage.rst +++ b/llvm/docs/AMDGPUUsage.rst @@ -5756,7 +5756,7 @@ Most *modifiers* are optional and may be omitted. See detailed instruction syntax description for :doc:`GFX7<AMDGPU/AMDGPUAsmGFX7>`, :doc:`GFX8<AMDGPU/AMDGPUAsmGFX8>`, :doc:`GFX9<AMDGPU/AMDGPUAsmGFX9>` -and :doc:`GFX9<AMDGPU/AMDGPUAsmGFX10>`. +and :doc:`GFX10<AMDGPU/AMDGPUAsmGFX10>`. Note that features under development are not included in this description. |