[llvm-commits] CVS: llvm/include/llvm/Module.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Nov 19 08:25:55 PST 2004
Changes in directory llvm/include/llvm:
Module.h updated: 1.54 -> 1.55
---
Log message:
These methods are long gone, ConstantPointerRef is dead.
---
Diffs of the changes: (+0 -5)
Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.54 llvm/include/llvm/Module.h:1.55
--- llvm/include/llvm/Module.h:1.54 Mon Nov 15 13:02:35 2004
+++ llvm/include/llvm/Module.h Fri Nov 19 10:25:42 2004
@@ -27,7 +27,6 @@
class GlobalVariable;
class GlobalValueRefMap; // Used by ConstantVals.cpp
-class ConstantPointerRef;
class FunctionType;
class SymbolTable;
@@ -81,11 +80,7 @@
Endianness Endian; // True if target is little endian
PointerSize PtrSize; // True if target has 32-bit pointers (false = 64-bit)
- // Accessor for the underlying GVRefMap... only through the Constant class...
friend class Constant;
- friend class ConstantPointerRef;
- ConstantPointerRef *getConstantPointerRef(GlobalValue *GV);
- void destroyConstantPointerRef(ConstantPointerRef *CPR);
public:
Module(const std::string &ModuleID);
More information about the llvm-commits
mailing list