forked from OSchip/llvm-project
use consistent tag kinds for ilist_traits
llvm-svn: 93259
This commit is contained in:
parent
7011795ee4
commit
3b96c8ae1d
|
@ -184,7 +184,7 @@ private:
|
|||
/// NamedMDNode is always named. All NamedMDNode operand has a type of metadata.
|
||||
class NamedMDNode : public Value, public ilist_node<NamedMDNode> {
|
||||
friend class SymbolTableListTraits<NamedMDNode, Module>;
|
||||
friend class ilist_traits<NamedMDNode>;
|
||||
friend struct ilist_traits<NamedMDNode>;
|
||||
friend class LLVMContextImpl;
|
||||
NamedMDNode(const NamedMDNode &); // DO NOT IMPLEMENT
|
||||
|
||||
|
|
Loading…
Reference in New Issue