X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLangRef.html;h=96d4fa1086869383e65b85e926b1bec74120b1e2;hb=9030d384c404ef2d28e2464cddcfbea268a12109;hp=796aa563a7b27db5bc468c04415776a8fef74526;hpb=6d806e93cee502459fc15d039a16b9dc7e9cc30e;p=oota-llvm.git diff --git a/docs/LangRef.html b/docs/LangRef.html index 796aa563a7b..96d4fa10868 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4844,7 +4844,7 @@ no specific purpose.

Syntax:
-  declare void @llvm.var.annotation(i8* <val>, i8* <str>)
+  declare void @llvm.var.annotation(i8* <val>, i8* <str>, i8* <str>, i32  <int> )
 
Overview:
@@ -4856,8 +4856,9 @@ The 'llvm.var.annotation' intrinsic
Arguments:

-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.

Semantics: