mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Make ValueSymbolTable (temporarily) a friend of Value so it can mod the
Name of Value instances. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60d97d4f55
commit
78df7f141c
@ -51,7 +51,8 @@ private:
|
||||
PATypeHolder Ty;
|
||||
Use *UseList;
|
||||
|
||||
friend class SymbolTable; // Allow SymbolTable to directly poke Name.
|
||||
friend class ValueSymbolTable; // Allow ValueSymbolTable to directly mod Name.
|
||||
friend class SymbolTable; // Allow SymbolTable to directly poke Name.
|
||||
std::string Name;
|
||||
|
||||
void operator=(const Value &); // Do not implement
|
||||
|
Loading…
Reference in New Issue
Block a user