1
0
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:
Chris Lattner 2004-03-08 06:15:33 +00:00
parent aa5d8cb72f
commit 164ebd3be3

View File

@ -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);