[llvm-commits] CVS: llvm/include/llvm/Module.h
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Mon Mar  8 00:16:01 PST 2004
    
    
  
Changes in directory llvm/include/llvm:
Module.h updated: 1.42 -> 1.43
---
Log message:
Remove Module::mutateConstantPointerRef, which is now thankfully dead!
---
Diffs of the changes:  (+0 -1)
Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.42 llvm/include/llvm/Module.h:1.43
--- llvm/include/llvm/Module.h:1.42	Sun Feb 29 19:25:37 2004
+++ llvm/include/llvm/Module.h	Mon Mar  8 00:15:33 2004
@@ -77,7 +77,6 @@
   // 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);
 
    
    
More information about the llvm-commits
mailing list