Update docs for llvm.var.annotation intrinsic.

llvm-svn: 37635
This commit is contained in:
Tanya Lattner 2007-06-18 23:42:37 +00:00
parent 0598b2d5eb
commit bed1d4d877
1 changed files with 4 additions and 3 deletions

View File

@ -4844,7 +4844,7 @@ no specific purpose. </p>
<h5>Syntax:</h5> <h5>Syntax:</h5>
<pre> <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> </pre>
<h5>Overview:</h5> <h5>Overview:</h5>
@ -4856,8 +4856,9 @@ The '<tt>llvm.var.annotation</tt>' intrinsic
<h5>Arguments:</h5> <h5>Arguments:</h5>
<p> <p>
The first argument is a pointer to a value, and the second is a pointer to a The first argument is a pointer to a value, the second is a pointer to a
global string. 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> </p>
<h5>Semantics:</h5> <h5>Semantics:</h5>