mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
Reword NamedMDNode's comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
297514d155
commit
c85829617b
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user