summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-29 00:33:07 +0000
committerDevang Patel <dpatel@apple.com>2009-07-29 00:33:07 +0000
commitf457d1316dec017cf204b54524878310c356bf64 (patch)
treea921c6c3407ebbc31d5b1d12623da5b7feb935ec /include/llvm/Value.h
parentade025c65c12503aba161a4fa399fd97414abaff (diff)
downloadllvm-f457d1316dec017cf204b54524878310c356bf64.tar.gz
llvm-f457d1316dec017cf204b54524878310c356bf64.tar.bz2
llvm-f457d1316dec017cf204b54524878310c356bf64.tar.xz
Add NamedMDNode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index f690f449a6..b1db1ce3e1 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