mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
use consistent tag kinds for ilist_traits
llvm-svn: 93259
This commit is contained in:
parent
21bbaf49d5
commit
d7d6a7d76a
@ -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…
x
Reference in New Issue
Block a user