aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-06-18 23:42:37 +0000
committerTanya Lattner <tonic@nondot.org>2007-06-18 23:42:37 +0000
commitd2e8442a1364ed945f11dc35d3fd905957895723 (patch)
tree8b7442d414d70fd19191cb37f630c7d46d8067bf /docs
parentc4047a8e96408a6149c2b64c953774fa578769fd (diff)
downloadexternal_llvm-d2e8442a1364ed945f11dc35d3fd905957895723.zip
external_llvm-d2e8442a1364ed945f11dc35d3fd905957895723.tar.gz
external_llvm-d2e8442a1364ed945f11dc35d3fd905957895723.tar.bz2
Update docs for llvm.var.annotation intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 796aa56..96d4fa1 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -4844,7 +4844,7 @@ no specific purpose. </p>
<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 @@ The '<tt>llvm.var.annotation</tt>' intrinsic
<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>