remove a dead enum value, making a comment above correct again
authorChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 22:04:58 +0000 (22:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Aug 2005 22:04:58 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22810 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index d8679a85dc7c22e2b3dc97a92a7ea63daff2b15a..91c8cbc0689b55434b1b81b98978e4cf46ff6f81 100644 (file)
@@ -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;