remove a dead enum value, making a comment above correct again

llvm-svn: 22810
This commit is contained in:
Chris Lattner 2005-08-16 22:04:58 +00:00
parent 8fcd135595
commit 9838157648

View 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;