diff options
| -rw-r--r-- | llvm/docs/LangRef.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index f7e81c6200c..beb0721dab5 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -10420,7 +10420,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.memmove`` call @@ -10473,7 +10473,7 @@ is the byte value with which to fill it, the third argument is an 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 |

