Update docs for llvm.var.annotation intrinsic.
llvm-svn: 37635
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 796aa56..96d4fa1 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -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>