1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 21bbaf49d5
commit d7d6a7d76a

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