mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
Metadata uses metadata type not empty struct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d36d39e63
commit
1e8c7a687d
@ -1884,11 +1884,11 @@ constants and smaller complex constants.</p>
|
|||||||
|
|
||||||
<dt><b>Metadata node</b></dt>
|
<dt><b>Metadata node</b></dt>
|
||||||
|
|
||||||
<dd>A metadata node is a structure-like constant with the type of an empty
|
<dd>A metadata node is a structure-like constant with
|
||||||
struct. For example: "<tt>metadata !{ i32 0, metadata !"test" }</tt>".
|
<a href="#t_metadata">metadata type</a>. For example:
|
||||||
Unlike other constants that are meant to be interpreted as part of the
|
"<tt>metadata !{ i32 0, metadata !"test" }</tt>". Unlike other constants
|
||||||
instruction stream, metadata is a place to attach additional information such
|
that are meant to be interpreted as part of the instruction stream, metadata
|
||||||
as debug info.
|
is a place to attach additional information such as debug info.
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user