diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 2b10a841a01..2aed4d2f503 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -40,7 +40,7 @@ class SymbolTable; /// Value - The base class of all values computed by a program that may be used /// as operands to other values. /// -struct Value { +class Value { private: unsigned SubclassID; // Subclass identifier (for isa/dyn_cast) PATypeHolder Ty;