diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-05-30 16:08:30 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-05-30 16:08:30 +0000 |
commit | 1e8c7a687de7bf10bd3cc7cbf73fa2b82f091cb4 (patch) | |
tree | d1ab0b7d0d46ab707297bede7292166550a9717d | |
parent | 7d36d39e63451a09283225e6507dea730c1efa14 (diff) |
Metadata uses metadata type not empty struct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72623 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/LangRef.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index f0ec684265..fb052d85eb 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -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> |