Silence some Sphinx diagnostics in an attempt to get the documentation builder back...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 17 Jan 2017 21:48:31 +0000 (21:48 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 17 Jan 2017 21:48:31 +0000 (21:48 +0000)
llvm-svn: 292271

llvm/docs/Extensions.rst
llvm/docs/LangRef.rst
llvm/docs/NVPTXUsage.rst

index 850c427..2b12123 100644 (file)
@@ -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
index 5ac1701..e93a02f 100644 (file)
@@ -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,
index dfdbe5b..37b433d 100644 (file)
@@ -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}