From 1fa7aaf5a7c1a860083c60c103718a7bcc5dcb0a Mon Sep 17 00:00:00 2001 From: Dmitry Preobrazhensky Date: Mon, 17 Dec 2018 18:53:10 +0000 Subject: [AMDGPU][MC][DOC] A fix for build failure in r349370 llvm-svn: 349375 --- llvm/docs/AMDGPUInstructionSyntax.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/docs/AMDGPUInstructionSyntax.rst') diff --git a/llvm/docs/AMDGPUInstructionSyntax.rst b/llvm/docs/AMDGPUInstructionSyntax.rst index 3beb1c3a2ce..90ad54aade8 100644 --- a/llvm/docs/AMDGPUInstructionSyntax.rst +++ b/llvm/docs/AMDGPUInstructionSyntax.rst @@ -90,21 +90,21 @@ The size of data is specified by size suffices: Examples of instructions with different types of source and destination operands: -.. code-block:: nasm +.. parsed-literal:: s_bcnt0_i32_b64 v_cvt_f32_u32 Examples of instructions with one data type: -.. code-block:: nasm +.. parsed-literal:: v_max3_f32 v_max3_i16 Examples of instructions which operate with packed data: -.. code-block:: nasm +.. parsed-literal:: v_pk_add_u16 v_pk_add_i16 @@ -112,7 +112,7 @@ Examples of instructions which operate with packed data: Examples of typeless instructions which operate on b128 data: -.. code-block:: nasm +.. parsed-literal:: buffer_store_dwordx4 flat_load_dwordx4 -- cgit v1.2.3