From dedd623aceab23bad0f4fc638ab51af2c0df1349 Mon Sep 17 00:00:00 2001 From: Igor Laevsky Date: Thu, 29 Dec 2016 15:08:57 +0000 Subject: [PATCH] Fix documentation generator warnings after rL290708. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290709 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 4bd1916a7f3..e8dc8319d9c 100644 --- a/docs/LangRef.rst +++ b/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 -- 2.50.0