aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-17 23:30:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-17 23:30:11 +0000
commitc6c981d643b3b1e78f1a21b956b3d0fd47d1e13d (patch)
treea44c0ab56c216391645cdc7331adfd5c253f7b6f /include/llvm/Module.h
parentefd5dd80c9f6e32eae10d5977e8120a23ee017f8 (diff)
downloadexternal_llvm-c6c981d643b3b1e78f1a21b956b3d0fd47d1e13d.zip
external_llvm-c6c981d643b3b1e78f1a21b956b3d0fd47d1e13d.tar.gz
external_llvm-c6c981d643b3b1e78f1a21b956b3d0fd47d1e13d.tar.bz2
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
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index a0f63fb..7ac9caf 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -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