From: Dan Gohman Date: Fri, 20 Aug 2010 18:22:57 +0000 (+0000) Subject: Reword NamedMDNode's comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c85829617bae7f0520c92c5819a5ca8ad520b4f1;p=oota-llvm.git Reword NamedMDNode's comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111663 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Metadata.h b/include/llvm/Metadata.h index b5901ce7ed6..ef9646e9774 100644 --- a/include/llvm/Metadata.h +++ b/include/llvm/Metadata.h @@ -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 { friend class SymbolTableListTraits; friend struct ilist_traits;