Make NamedMDNode not be a subclass of Value, and simplify the interface
[oota-llvm.git] / include / llvm / Value.h
index cfb4422a43b77b68705e5bb66f8f6b0ff2a56ab4..049667749b0d0d8aaebbbb56b7ede77daf517fe2 100644 (file)
@@ -220,7 +220,6 @@ public:
     ConstantPointerNullVal,   // This is an instance of ConstantPointerNull
     MDNodeVal,                // This is an instance of MDNode
     MDStringVal,              // This is an instance of MDString
-    NamedMDNodeVal,           // This is an instance of NamedMDNode
     InlineAsmVal,             // This is an instance of InlineAsm
     PseudoSourceValueVal,     // This is an instance of PseudoSourceValue
     FixedStackPseudoSourceValueVal, // This is an instance of