Metadata uses metadata type not empty struct.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 30 May 2009 16:08:30 +0000 (16:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 30 May 2009 16:08:30 +0000 (16:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72623 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index f0ec684265982f0e5b3fb3993b69f1ff1809c1f7..fb052d85eb357fd6143790f932b348d25dd89108 100644 (file)
@@ -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>