diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-08 06:15:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-08 06:15:33 +0000 |
commit | 807a7be38b23b17db95a23fc52ebebc1e6d6d133 (patch) | |
tree | d6ccf8ff817d37287cc4ac88f749e194309c6045 | |
parent | 2296ec0ce95495b490e1000b063ef3afa6857bed (diff) | |
download | external_llvm-807a7be38b23b17db95a23fc52ebebc1e6d6d133.zip external_llvm-807a7be38b23b17db95a23fc52ebebc1e6d6d133.tar.gz external_llvm-807a7be38b23b17db95a23fc52ebebc1e6d6d133.tar.bz2 |
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12215 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Module.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bdd72e1..352ce20 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -77,7 +77,6 @@ private: // Accessor for the underlying GVRefMap... only through the Constant class... friend class Constant; friend class ConstantPointerRef; - void mutateConstantPointerRef(GlobalValue *OldGV, GlobalValue *NewGV); ConstantPointerRef *getConstantPointerRef(GlobalValue *GV); void destroyConstantPointerRef(ConstantPointerRef *CPR); |