1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Reword NamedMDNode's comment.

llvm-svn: 111663
This commit is contained in:
Dan Gohman 2010-08-20 18:22:57 +00:00
parent 05e7815f9f
commit 63286950ea

View File

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