[llvm] r322968 - Fix docs build break caused by r322965

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


Author: dneilson
Date: Fri Jan 19 09:24:21 2018
New Revision: 322968

URL: http://llvm.org/viewvc/llvm-project?rev=322968&view=rev
Log:
Fix docs build break caused by r322965

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=322968&r1=322967&r2=322968&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Fri Jan 19 09:24:21 2018
@@ -10365,7 +10365,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.memcpy`` call is




More information about the llvm-commits mailing list