]> granicus.if.org Git - llvm/commitdiff
Fix documentation generator warnings after rL290708.
authorIgor Laevsky <igmyrj@gmail.com>
Thu, 29 Dec 2016 15:08:57 +0000 (15:08 +0000)
committerIgor Laevsky <igmyrj@gmail.com>
Thu, 29 Dec 2016 15:08:57 +0000 (15:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290709 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 4bd1916a7f36c1e7d34c5ed70b206607f3c6946e..e8dc8319d9cdbda658c3240e42cc14079c21abff 100644 (file)
@@ -12663,7 +12663,7 @@ mechanisms commonly desired in dynamic language JITs. These intrinsics
 are described in :doc:`StackMaps`.
 
 Element Wise Atomic Memory Intrinsics
------------------------------
+-------------------------------------
 
 These intrinsics are similar to the standard library memory intrinsics except
 that they perform memory transfer as a sequence of atomic memory accesses.
@@ -12671,7 +12671,7 @@ that they perform memory transfer as a sequence of atomic memory accesses.
 .. _int_memcpy_element_atomic:
 
 '``llvm.memcpy.element.atomic``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 Syntax:
 """""""
@@ -12730,7 +12730,7 @@ provided by a set of unordered loads from the source location and stores to the
 destination.
 
 Lowering:
-""""""""""
+"""""""""
 
 In the most general case call to the '``llvm.memcpy.element.atomic.*``' is lowered
 to a call to the symbol ``__llvm_memcpy_element_atomic_*``. Where '*' is replaced