summaryrefslogtreecommitdiff
path: root/include/llvm/Value.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-16 22:04:58 +0000
committerChris Lattner <sabre@nondot.org>2005-08-16 22:04:58 +0000
commitf7cc47cdfe53350b8fc99551732b5656ef9b0f0a (patch)
tree092ba7aeaf58a9dc08908f830897f94fe474699c /include/llvm/Value.h
parentfea493030bc0e2a45b65b3e18d3a37ed7c772f59 (diff)
downloadllvm-f7cc47cdfe53350b8fc99551732b5656ef9b0f0a.tar.gz
llvm-f7cc47cdfe53350b8fc99551732b5656ef9b0f0a.tar.bz2
llvm-f7cc47cdfe53350b8fc99551732b5656ef9b0f0a.tar.xz
remove a dead enum value, making a comment above correct again
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Value.h')
-rw-r--r--include/llvm/Value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index d8679a85dc..91c8cbc068 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -148,7 +148,6 @@ public:
ConstantAggregateZeroVal, // This is an instance of ConstantAggregateNull
SimpleConstantVal, // This is some other type of Constant
InstructionVal, // This is an instance of Instruction
- ValueListVal // This is for bcreader, a special ValTy
};
unsigned getValueType() const {
return SubclassID;