diff options
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index a9e3aba1d5..3496e71616 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -63,6 +63,7 @@ private: friend class ConstantPointerRef; void mutateConstantPointerRef(GlobalValue *OldGV, GlobalValue *NewGV); ConstantPointerRef *getConstantPointerRef(GlobalValue *GV); + void destroyConstantPointerRef(ConstantPointerRef *CPR); public: Module(); |