projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efd5dd8
)
bug 122:
author
Reid Spencer
<rspencer@reidspencer.com>
Sat, 17 Jul 2004 23:30:11 +0000
(23:30 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sat, 17 Jul 2004 23:30:11 +0000
(23:30 +0000)
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
include/llvm/Module.h
patch
|
blob
|
history
diff --git
a/include/llvm/Module.h
b/include/llvm/Module.h
index a0f63fb852c6f6e9c56df06efffea52c5eb27256..7ac9caf13abf9a66b5cb4cdff93c8f9b2cfabd15 100644
(file)
--- 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