summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Value.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h
index d8679a85dc7..91c8cbc0689 100644
--- a/llvm/include/llvm/Value.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud