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

Tanya Lattner tonic at nondot.org
Mon Jun 18 16:42:59 PDT 2007



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* <val>, i8* <str>)
+  declare void @llvm.var.annotation(i8* <val>, i8* <str>, i8* <str>, i32  <int> )
 </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:sabre at nondot.org">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>






More information about the llvm-commits mailing list