From: Tanya Lattner
Date: Mon, 18 Jun 2007 23:42:37 +0000 (+0000)
Subject: Update docs for llvm.var.annotation intrinsic.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d2e8442a1364ed945f11dc35d3fd905957895723;p=oota-llvm.git
Update docs for llvm.var.annotation intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37635 91177308-0d34-0410-b5e6-96231b3b80d8
---
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: