[llvm-commits] CVS: llvm/include/llvm/SymbolTable.h

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 5 21:51:05 PST 2005



Changes in directory llvm/include/llvm:

SymbolTable.h updated: 1.45 -> 1.46
---
Log message:

remove this method.


---
Diffs of the changes:  (+0 -4)

 SymbolTable.h |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/include/llvm/SymbolTable.h
diff -u llvm/include/llvm/SymbolTable.h:1.45 llvm/include/llvm/SymbolTable.h:1.46
--- llvm/include/llvm/SymbolTable.h:1.45	Sat Mar  5 23:46:00 2005
+++ llvm/include/llvm/SymbolTable.h	Sat Mar  5 23:50:49 2005
@@ -279,10 +279,6 @@
   /// @brief Insert a type into the symbol table with the specified name.
   void insertEntry(const std::string &Name, const Type *T);
 
-  /// Remove a specific value from a specific plane in the SymbolTable.
-  /// @returns the removed Value.
-  Value* removeEntry(plane_iterator Plane, value_iterator Entry);
-
   /// This function is called when one of the types in the type plane 
   /// is refined.
   virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);






More information about the llvm-commits mailing list