Reword NamedMDNode's comment.
authorDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 18:22:57 +0000 (18:22 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 18:22:57 +0000 (18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111663 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Metadata.h

index b5901ce7ed62547a24c11a9bdc9b39836b9319f2..ef9646e9774aef0dff8cfeb081c9ffdc6fe81105 100644 (file)
@@ -175,8 +175,9 @@ private:
 };
 
 //===----------------------------------------------------------------------===//
-/// NamedMDNode - a tuple of MDNodes.
-/// NamedMDNode is always named. All NamedMDNode operand has a type of metadata.
+/// NamedMDNode - a tuple of MDNodes. Despite its name, a NamedMDNode isn't
+/// itself an MDNode. NamedMDNodes belong to modules, have names, and contain
+/// lists of MDNodes.
 class NamedMDNode : public ilist_node<NamedMDNode> {
   friend class SymbolTableListTraits<NamedMDNode, Module>;
   friend struct ilist_traits<NamedMDNode>;