mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00:00
remove a dead enum value, making a comment above correct again
llvm-svn: 22810
This commit is contained in:
parent
8fcd135595
commit
9838157648
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user