aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index d8679a85dc..91c8cbc068 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -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;