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

Zhou Sheng zhousheng00 at gmail.com
Mon Jun 4 22:29:02 PDT 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.249 -> 1.250
---
Log message:

Commit first round work of PR1373: http://llvm.org/PR1373 . "noalias" is now fully supported in 
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll
updated also.


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

 LangRef.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.249 llvm/docs/LangRef.html:1.250
--- llvm/docs/LangRef.html:1.249	Tue May 29 10:43:56 2007
+++ llvm/docs/LangRef.html	Tue Jun  5 00:28:25 2007
@@ -784,6 +784,9 @@
     <dt><tt>sret</tt></dt>
     <dd>This indicates that the parameter specifies the address of a structure
     that is the return value of the function in the source program.</dd>
+    <dt><tt>noalias</tt></dt>
+    <dd>This indicates that the parameter not alias any other object or any 
+    other "noalias" objects during the function call.
     <dt><tt>noreturn</tt></dt>
     <dd>This function attribute indicates that the function never returns. This
     indicates to LLVM that every call to this function should be treated as if
@@ -4827,7 +4830,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/05/29 15:43:56 $
+  Last modified: $Date: 2007/06/05 05:28:25 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list