diff options
author | Chris Lattner <sabre@nondot.org> | 2004-11-19 16:25:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-11-19 16:25:42 +0000 |
commit | c5129c1c9c3806f4423b4999ae288fdc71234328 (patch) | |
tree | f8a5a4ba2e525b17b405d6a852393e4e948f1e73 /include/llvm/Module.h | |
parent | 4a389b697ce6dc9444161ed5aabbeb164eceab9d (diff) | |
download | external_llvm-c5129c1c9c3806f4423b4999ae288fdc71234328.zip external_llvm-c5129c1c9c3806f4423b4999ae288fdc71234328.tar.gz external_llvm-c5129c1c9c3806f4423b4999ae288fdc71234328.tar.bz2 |
These methods are long gone, ConstantPointerRef is dead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index b645f4e..846b47f 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -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); |