use consistent tag kinds for ilist_traits

llvm-svn: 93259
This commit is contained in:
Chris Lattner 2010-01-12 22:00:04 +00:00
parent 7011795ee4
commit 3b96c8ae1d
1 changed files with 1 additions and 1 deletions

View File

@ -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