mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-16 11:08:09 +00:00
Fix examples of "named metadata" (some of which isn't named).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215522 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08cfa8c155
commit
12a0c0b4b3
@ -169,8 +169,8 @@ symbol table entries. Here is an example of the "hello world" module:
|
||||
}
|
||||
|
||||
; Named metadata
|
||||
!1 = metadata !{i32 42}
|
||||
!foo = !{!1, null}
|
||||
!0 = metadata !{i32 42, null, metadata !"string"}
|
||||
!foo = !{!0}
|
||||
|
||||
This example is made up of a :ref:`global variable <globalvars>` named
|
||||
"``.str``", an external declaration of the "``puts``" function, a
|
||||
|
Loading…
x
Reference in New Issue
Block a user