aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-12 21:18:15 +0000
committerChris Lattner <sabre@nondot.org>2004-02-12 21:18:15 +0000
commit3301ced6033bce2dd76f56977ab8296d14017b72 (patch)
tree0e3df4bb0458ad0aac1633fda1991abf0079eddd
parent7266f41e56fb3e228b165a798c60027510b80d5e (diff)
Be a bit more specific about what the alignment value means and the restrictions on it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11360 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/LangRef.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 20436ede7e..33afe7e7e3 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1779,6 +1779,12 @@ specifying the number of bytes to copy, and the fourth argument is the alignment
of the source and destination locations.
</p>
+<p>
+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.
+</p>
+
<h5>Semantics:</h5>
<p>
@@ -1826,6 +1832,12 @@ specifying the number of bytes to copy, and the fourth argument is the alignment
of the source and destination locations.
</p>
+<p>
+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.
+</p>
+
<h5>Semantics:</h5>
<p>