[llvm] r322969 - Additional fixes for docs in addition to r322968.

Daniel Neilson via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 09:32:34 PST 2018


Author: dneilson
Date: Fri Jan 19 09:32:33 2018
New Revision: 322969

URL: http://llvm.org/viewvc/llvm-project?rev=322969&view=rev
Log:
Additional fixes for docs in addition to r322968.

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=322969&r1=322968&r2=322969&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jan 19 09:32:33 2018
@@ -10420,7 +10420,7 @@ pointer to the source. The third argumen
 specifying the number of bytes to copy, and the fourth is a
 boolean indicating a volatile access.
 
-The :ref:`align <_attr_align>` parameter attribute can be provided
+The :ref:`align <attr_align>` parameter attribute can be provided
 for the first and second arguments.
 
 If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call
@@ -10473,7 +10473,7 @@ is the byte value with which to fill it,
 integer argument specifying the number of bytes to fill, and the fourth
 is a boolean indicating a volatile access.
 
-The :ref:`align <_attr_align>` parameter attribute can be provided
+The :ref:`align <attr_align>` parameter attribute can be provided
 for the first arguments.
 
 If the ``isvolatile`` parameter is ``true``, the ``llvm.memset`` call is




More information about the llvm-commits mailing list