summaryrefslogtreecommitdiffstats
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
commit2111aae8c1e9e828404144c40303f852a53e37c2 (patch)
tree1b89d6dbe525b1f4dcd9ca01950296bc9850104a
parent5a1d5e30e2221fc7d5bf3c38aefb380fa40b30c4 (diff)
downloadbcm5719-llvm-2111aae8c1e9e828404144c40303f852a53e37c2.tar.gz
bcm5719-llvm-2111aae8c1e9e828404144c40303f852a53e37c2.zip
remove a dead enum value, making a comment above correct again
llvm-svn: 22810
-rw-r--r--llvm/include/llvm/Value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h
index d8679a85dc7..91c8cbc0689 100644
--- a/llvm/include/llvm/Value.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud