mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
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
This commit is contained in:
parent
2296ec0ce9
commit
807a7be38b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user