mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
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:
parent
fea493030b
commit
f7cc47cdfe
@ -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