[llvm] r290709 - Fix documentation generator warnings after rL290708.
Igor Laevsky via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 29 07:08:57 PST 2016
Author: igor.laevsky
Date: Thu Dec 29 09:08:57 2016
New Revision: 290709
URL: http://llvm.org/viewvc/llvm-project?rev=290709&view=rev
Log:
Fix documentation generator warnings after rL290708.
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=290709&r1=290708&r2=290709&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu Dec 29 09:08:57 2016
@@ -12663,7 +12663,7 @@ mechanisms commonly desired in dynamic l
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 s
.. _int_memcpy_element_atomic:
'``llvm.memcpy.element.atomic``' Intrinsic
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax:
"""""""
@@ -12730,7 +12730,7 @@ provided by a set of unordered loads fro
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
More information about the llvm-commits
mailing list