mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +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…
x
Reference in New Issue
Block a user