commit | 58cd65f2febc4bef943b191ae756121bbaf1cd6e | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Jul 13 19:48:13 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Jul 13 19:48:13 2010 +0000 |
tree | 7ae272987edd25c5471619dba3e00f8a06dd846d | |
parent | afd69cf5b75265008413ac34a061995400b4131c [diff] [blame] |
Fix the Named Metadata example to make it clear which specific construct is the named metadata. llvm-svn: 108263
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 0eee86e..4c635d3 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html
@@ -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>