mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Update docs for llvm.var.annotation intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37635 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4047a8e96
commit
d2e8442a13
@ -4844,7 +4844,7 @@ no specific purpose. </p>
|
||||
|
||||
<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 @@ 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user