summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-22 17:43:22 +0000
committerDevang Patel <dpatel@apple.com>2009-07-22 17:43:22 +0000
commite54abc90fe9942ef3902040a7ac475ce0c369dc9 (patch)
treec76031cf9bdfac5f7ac7f46d5360b7d8675c12c0 /include/llvm/Value.h
parentdbe77cfa0bcae10d91fbdbf118a97ec212afc88e (diff)
downloadllvm-e54abc90fe9942ef3902040a7ac475ce0c369dc9.tar.gz
llvm-e54abc90fe9942ef3902040a7ac475ce0c369dc9.tar.bz2
llvm-e54abc90fe9942ef3902040a7ac475ce0c369dc9.tar.xz
Introduce MetadataBase, a base class for MDString and MDNode.
Derive MDString directly from MetadataBase. Introduce new bitcode block to hold metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index b220930c28..dd01cabb8c 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -219,8 +219,8 @@ public:
ConstantStructVal, // This is an instance of ConstantStruct
ConstantVectorVal, // This is an instance of ConstantVector
ConstantPointerNullVal, // This is an instance of ConstantPointerNull
- MDStringVal, // This is an instance of MDString
MDNodeVal, // This is an instance of MDNode
+ MDStringVal, // This is an instance of MDString
InlineAsmVal, // This is an instance of InlineAsm
PseudoSourceValueVal, // This is an instance of PseudoSourceValue
InstructionVal, // This is an instance of Instruction