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
This commit is contained in:
Chris Lattner 2005-08-16 22:04:58 +00:00
parent fea493030b
commit f7cc47cdfe

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;