mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Change Value from a "struct" to a "class" so that VC 7.1 doesn't generate
missing symbols when its referenced as a class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6cbc0fd64
commit
530036b5e8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user