diff --git a/docs/Extensions.rst b/docs/Extensions.rst index 850c4275091..2b12123cdf6 100644 --- a/docs/Extensions.rst +++ b/docs/Extensions.rst @@ -61,7 +61,7 @@ types ``IMAGE_REL_I386_SECREL`` (32-bit) or ``IMAGE_REL_AMD64_SECREL`` (64-bit). the target. It corresponds to the COFF relocation types ``IMAGE_REL_I386_SECTION`` (32-bit) or ``IMAGE_REL_AMD64_SECTION`` (64-bit). -.. code-block:: gas +.. code-block:: none .section .debug$S,"rn" .long 4 diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 5ac17015953..e93a02f6b02 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -3997,7 +3997,7 @@ DIFile ``DIFile`` nodes represent files. The ``filename:`` can include slashes. -.. code-block:: llvm +.. code-block:: none !0 = !DIFile(filename: "path/to/file", directory: "/path/to/dir", checksumkind: CSK_MD5, diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst index dfdbe5b8c34..37b433d99e1 100644 --- a/docs/NVPTXUsage.rst +++ b/docs/NVPTXUsage.rst @@ -356,6 +356,7 @@ The value of this flag is determined by the "nvvm-reflect-ftz" module flag. The following sets the ftz flag to 1. .. code-block:: llvm + !llvm.module.flag = !{!0} !0 = !{i32 4, !"nvvm-reflect-ftz", i32 1}