forked from OSchip/llvm-project
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
llvm-svn: 12215
This commit is contained in:
parent
9f4918ab93
commit
8301a593a9
|
@ -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