diff options
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 47afdf94a94..f7e81c6200c 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -10365,7 +10365,7 @@ pointer to the source. The third argument is an integer argument 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 |