mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 01:25:32 +00:00
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Function::ParentSymTab. These aren't needed at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -75,7 +75,7 @@ void Module::dump() const {
|
||||
}
|
||||
|
||||
SymbolTable *Module::getSymbolTableSure() {
|
||||
if (!SymTab) SymTab = new SymbolTable(0);
|
||||
if (!SymTab) SymTab = new SymbolTable();
|
||||
return SymTab;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user