mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
bug 122:
We don't need to keep track of CPRs any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
efd5dd80c9
commit
c6c981d643
@ -66,7 +66,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
GlobalListType GlobalList; // The Global Variables in the module
|
GlobalListType GlobalList; // The Global Variables in the module
|
||||||
FunctionListType FunctionList; // The Functions in the module
|
FunctionListType FunctionList; // The Functions in the module
|
||||||
GlobalValueRefMap *GVRefMap; // Keep track of GlobalValueRef's
|
|
||||||
SymbolTable *SymTab; // Symbol Table for the module
|
SymbolTable *SymTab; // Symbol Table for the module
|
||||||
std::string ModuleID; // Human readable identifier for the module
|
std::string ModuleID; // Human readable identifier for the module
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user