Changes in directory llvm/docs:

LangRef.html updated: 1.255 -> 1.256
---
Log message:

Update docs for llvm.var.annotation intrinsic.


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.255 llvm/docs/LangRef.html:1.256
--- llvm/docs/LangRef.html:1.255        Fri Jun 15 15:50:54 2007
+++ llvm/docs/LangRef.html      Mon Jun 18 18:42:37 2007
@@ -4844,7 +4844,7 @@
 
 <h5>Syntax:</h5>
 <pre>
-  declare void @llvm.var.annotation(i8* &lt;val&gt;, i8* &lt;str&gt;)
+  declare void @llvm.var.annotation(i8* &lt;val&gt;, i8* &lt;str&gt;, i8* 
&lt;str&gt;, i32  &lt;int&gt; )
 </pre>
 
 <h5>Overview:</h5>
@@ -4856,8 +4856,9 @@
 <h5>Arguments:</h5>
 
 <p>
-The first argument is a pointer to a value, and the second is a pointer to a 
-global string.
+The first argument is a pointer to a value, the second is a pointer to a 
+global string, the third is a pointer to a global string which is the source 
+file name, and the last argument is the line number.
 </p>
 
 <h5>Semantics:</h5>
@@ -4880,7 +4881,7 @@
 
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/06/15 20:50:54 $
+  Last modified: $Date: 2007/06/18 23:42:37 $
 </address>
 </body>
 </html>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to