mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Expose typedefs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7502f635c6
commit
067238d5d9
@ -33,8 +33,10 @@ class Type;
|
||||
//
|
||||
class SymbolTable : public AbstractTypeUser,
|
||||
public map<const Type *, map<const string, Value *> > {
|
||||
public:
|
||||
typedef map<const string, Value *> VarMap;
|
||||
typedef map<const Type *, VarMap> super;
|
||||
private:
|
||||
|
||||
SymbolTable *ParentSymTab;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user