1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
We don't need to keep track of CPRs any more.

llvm-svn: 14922
This commit is contained in:
Reid Spencer 2004-07-17 23:30:11 +00:00
parent 058e3a12ce
commit c197914ffd

View File

@ -66,7 +66,6 @@ public:
private:
GlobalListType GlobalList; // The Global Variables in the module
FunctionListType FunctionList; // The Functions in the module
GlobalValueRefMap *GVRefMap; // Keep track of GlobalValueRef's
SymbolTable *SymTab; // Symbol Table for the module
std::string ModuleID; // Human readable identifier for the module