mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
Fix the Named Metadata example to make it clear which specific
construct is the named metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9dc8ae110f
commit
1005bc5068
@ -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…
Reference in New Issue
Block a user