mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +00:00
Fix the Named Metadata example to make it clear which specific
construct is the named metadata. llvm-svn: 108263
This commit is contained in:
parent
c17f8b89de
commit
546332a032
@ -954,7 +954,9 @@ define [<a href="#linkage">linkage</a>] [<a href="#visibility">visibility</a>]
|
||||
|
||||
<h5>Syntax:</h5>
|
||||
<pre class="doc_code">
|
||||
; An unnamed metadata node, which is referenced by the named metadata.
|
||||
!1 = metadata !{metadata !"one"}
|
||||
; A named metadata.
|
||||
!name = !{null, !1}
|
||||
</pre>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user