mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
llvm-svn: 12215
This commit is contained in:
parent
aa5d8cb72f
commit
164ebd3be3
@ -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