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:
parent
05e7815f9f
commit
63286950ea
@ -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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user