projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2296ec0
)
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
author
Chris Lattner
<sabre@nondot.org>
Mon, 8 Mar 2004 06:15:33 +0000
(06:15 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 8 Mar 2004 06:15:33 +0000
(06:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12215
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Module.h
patch
|
blob
|
history
diff --git
a/include/llvm/Module.h
b/include/llvm/Module.h
index bdd72e1c22293e9015e76559b13b4636b4306949..352ce20fccee8a48ab9c76d3c42fd91dc4482885 100644
(file)
--- a/
include/llvm/Module.h
+++ b/
include/llvm/Module.h
@@
-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);