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