Fix documentation generator warnings after rL290708.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Igor Laevsky 2016-12-29 15:08:57 +00:00
parent f755153552
commit dedd623ace

View 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