diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index d4b83285d15baa24c1ce6c206a6af15297edd7fa..a5f87673c0601cf2b884ea808f3b348f2f1d9145 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -3312,8 +3312,8 @@ of the source and destination locations.
If the call to this intrinisic has an alignment value that is not 0 or 1, then -the caller guarantees that the size of the copy is a multiple of the alignment -and that both the source and destination pointers are aligned to that boundary. +the caller guarantees that both the source and destination pointers are aligned +to that boundary.
If the call to this intrinisic has an alignment value that is not 0 or 1, then -the caller guarantees that the size of the copy is a multiple of the alignment -and that both the source and destination pointers are aligned to that boundary. +the caller guarantees that the source and destination pointers are aligned to +that boundary.
If the call to this intrinisic has an alignment value that is not 0 or 1, then -the caller guarantees that the size of the copy is a multiple of the alignment -and that the destination pointer is aligned to that boundary. +the caller guarantees that the destination pointer is aligned to that boundary.