From: Dan Gohman Date: Tue, 13 Jul 2010 19:48:13 +0000 (+0000) Subject: Fix the Named Metadata example to make it clear which specific X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1005bc5068345e28826a32cc081dd4667af978ff;p=oota-llvm.git Fix the Named Metadata example to make it clear which specific construct is the named metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108263 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 0eee86e8c0d..4c635d3a5aa 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -954,7 +954,9 @@ define [linkage] [visibility]
Syntax:
+; An unnamed metadata node, which is referenced by the named metadata.
 !1 = metadata !{metadata !"one"}
+; A named metadata.
 !name = !{null, !1}