[llvm-commits] [llvm] r72623 - /llvm/trunk/docs/LangRef.html
Nick Lewycky
nicholas at mxc.ca
Sat May 30 09:08:31 PDT 2009
Author: nicholas
Date: Sat May 30 11:08:30 2009
New Revision: 72623
URL: http://llvm.org/viewvc/llvm-project?rev=72623&view=rev
Log:
Metadata uses metadata type not empty struct.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=72623&r1=72622&r2=72623&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat May 30 11:08:30 2009
@@ -1884,11 +1884,11 @@
<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>
More information about the llvm-commits
mailing list