From 463b87ae888d077464d078780ecb6c572bdb59ad Mon Sep 17 00:00:00 2001 From: Dmitry Preobrazhensky Date: Mon, 8 Jul 2019 17:09:09 +0000 Subject: [PATCH] [AMDGPU][MC][DOC] Updated AMD GPU assembler syntax description. Corrected a typo. llvm-svn: 365353 --- llvm/docs/AMDGPUUsage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index 7b595cd937e6..5f8e3c68882a 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`, :doc:`GFX8`, :doc:`GFX9` -and :doc:`GFX9`. +and :doc:`GFX10`. Note that features under development are not included in this description.