These methods are long gone, ConstantPointerRef is dead.
authorChris Lattner <sabre@nondot.org>
Fri, 19 Nov 2004 16:25:42 +0000 (16:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Nov 2004 16:25:42 +0000 (16:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17993 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index b645f4e4ea2dc85cd08547fcc85b205a432f61e1..846b47f057606d337b461e6810dc25bd50ed1f40 100644 (file)
@@ -27,7 +27,6 @@ namespace llvm {
 
 class GlobalVariable;
 class GlobalValueRefMap;   // Used by ConstantVals.cpp
-class ConstantPointerRef;
 class FunctionType;
 class SymbolTable;
 
@@ -81,11 +80,7 @@ private:
   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);