From f457d1316dec017cf204b54524878310c356bf64 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 29 Jul 2009 00:33:07 +0000 Subject: Add NamedMDNode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77409 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Value.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm/Value.h') diff --git a/include/llvm/Value.h b/include/llvm/Value.h index f690f44..b1db1ce 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -219,6 +219,7 @@ 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 InstructionVal, // This is an instance of Instruction -- cgit v1.1