From f7cc47cdfe53350b8fc99551732b5656ef9b0f0a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 16 Aug 2005 22:04:58 +0000 Subject: [PATCH] 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 --- include/llvm/Value.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Value.h b/include/llvm/Value.h index d8679a85dc7..91c8cbc0689 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;