summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-23 01:07:34 +0000
committerDevang Patel <dpatel@apple.com>2009-07-23 01:07:34 +0000
commit104cf9e02b0ed94d4173869a598af6c6972a8660 (patch)
tree424e9727423125da907cebf5f0ac9bc19d47e9fd /include/llvm/Value.h
parent0aaf4e91c2961585c160af0cc87f040301aafbd2 (diff)
downloadllvm-104cf9e02b0ed94d4173869a598af6c6972a8660.tar.gz
llvm-104cf9e02b0ed94d4173869a598af6c6972a8660.tar.bz2
llvm-104cf9e02b0ed94d4173869a598af6c6972a8660.tar.xz
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76834 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 dd01cabb8c..40b1dab295 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -227,7 +227,7 @@ public:
// Markers:
ConstantFirstVal = FunctionVal,
- ConstantLastVal = MDNodeVal
+ ConstantLastVal = ConstantPointerNullVal
};
/// getValueID - Return an ID for the concrete type of this object. This is