summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorIgor Laevsky <igmyrj@gmail.com>2016-12-29 15:08:57 +0000
committerIgor Laevsky <igmyrj@gmail.com>2016-12-29 15:08:57 +0000
commitfedab1572d9dc3891c37cc5ff7be484fe426573f (patch)
tree4dde0a91ffa87deb3b1297159b97c90f87fb1ecd /llvm/docs/LangRef.rst
parent4f31e52f9456a78d579506736cd6620d3370fcd8 (diff)
downloadbcm5719-llvm-fedab1572d9dc3891c37cc5ff7be484fe426573f.tar.gz
bcm5719-llvm-fedab1572d9dc3891c37cc5ff7be484fe426573f.zip
Fix documentation generator warnings after rL290708.
llvm-svn: 290709
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 4bd1916a7f3..e8dc8319d9c 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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
OpenPOWER on IntegriCloud