[llvm-commits] CVS: llvm/docs/LangRef.html

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 12 15:19:02 PST 2004


Changes in directory llvm/docs:

LangRef.html updated: 1.45 -> 1.46

---
Log message:

Be a bit more specific about what the alignment value means and the restrictions on it


---
Diffs of the changes:  (+13 -1)

Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.45 llvm/docs/LangRef.html:1.46
--- llvm/docs/LangRef.html:1.45	Thu Feb 12 12:09:57 2004
+++ llvm/docs/LangRef.html	Thu Feb 12 15:18:15 2004
@@ -1779,6 +1779,12 @@
 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 @@
 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>
@@ -1858,6 +1870,6 @@
 <div class="doc_footer">
 <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> <br>
-Last modified: $Date: 2004/02/12 18:09:57 $ </div>
+Last modified: $Date: 2004/02/12 21:18:15 $ </div>
 </body>
 </html>





More information about the llvm-commits mailing list