diff options
author | Devang Patel <dpatel@apple.com> | 2009-07-29 00:33:07 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-07-29 00:33:07 +0000 |
commit | f457d1316dec017cf204b54524878310c356bf64 (patch) | |
tree | a921c6c3407ebbc31d5b1d12623da5b7feb935ec /include/llvm/Value.h | |
parent | ade025c65c12503aba161a4fa399fd97414abaff (diff) | |
download | external_llvm-f457d1316dec017cf204b54524878310c356bf64.zip external_llvm-f457d1316dec017cf204b54524878310c356bf64.tar.gz external_llvm-f457d1316dec017cf204b54524878310c356bf64.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |