[llvm-commits] CVS: llvm/include/llvm/Module.h

LLVM llvm at cs.uiuc.edu
Sat Jul 17 16:30:21 PDT 2004



Changes in directory llvm/include/llvm:

Module.h updated: 1.45 -> 1.46

---
Log message:

bug 122: http://llvm.cs.uiuc.edu/PR122 :
We don't need to keep track of CPRs any more.


---
Diffs of the changes:  (+0 -1)

Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.45 llvm/include/llvm/Module.h:1.46
--- llvm/include/llvm/Module.h:1.45	Tue Jun  8 12:44:21 2004
+++ llvm/include/llvm/Module.h	Sat Jul 17 18:30:11 2004
@@ -66,7 +66,6 @@
 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
 





More information about the llvm-commits mailing list