[llvm-commits] [llvm] r108263 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Tue Jul 13 12:48:13 PDT 2010
Author: djg
Date: Tue Jul 13 14:48:13 2010
New Revision: 108263
URL: http://llvm.org/viewvc/llvm-project?rev=108263&view=rev
Log:
Fix the Named Metadata example to make it clear which specific
construct is the named metadata.
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=108263&r1=108262&r2=108263&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Jul 13 14:48:13 2010
@@ -954,7 +954,9 @@
<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>
More information about the llvm-commits
mailing list