]> granicus.if.org Git - llvm/commitdiff
Fix docs-llvm-html build.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 17 Mar 2017 22:31:13 +0000 (22:31 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 17 Mar 2017 22:31:13 +0000 (22:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298163 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index d68241f1ab0a567a0cf3f5efb64b652a4bdd3225..c8f7cae9d06545b75f520b6d26c0861041b4bb1a 100644 (file)
@@ -5107,7 +5107,7 @@ Examples:
 See :doc:`TypeMetadata`.
 
 '``associated``' Metadata
-^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The ``associated`` metadata may be attached to a global object
 declaration with a single argument that references another global object.
@@ -5126,6 +5126,7 @@ It does not have any effect on non-ELF targets.
 Example:
 
 .. code-block:: llvm
+
     $a = comdat any
     @a = global i32 1, comdat $a
     @b = internal global i32 2, comdat $a, section "abc", !associated !0