[llvm-commits] CVS: llvm/include/llvm/TypeSymbolTable.h
Chris Lattner
sabre at nondot.org
Tue Feb 6 21:29:50 PST 2007
Changes in directory llvm/include/llvm:
TypeSymbolTable.h updated: 1.5 -> 1.6
---
Log message:
TypeSymbolTable::rename is dead, remove it
---
Diffs of the changes: (+0 -4)
TypeSymbolTable.h | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/include/llvm/TypeSymbolTable.h
diff -u llvm/include/llvm/TypeSymbolTable.h:1.5 llvm/include/llvm/TypeSymbolTable.h:1.6
--- llvm/include/llvm/TypeSymbolTable.h:1.5 Sat Jan 6 01:24:43 2007
+++ llvm/include/llvm/TypeSymbolTable.h Tue Feb 6 23:29:34 2007
@@ -118,10 +118,6 @@
/// @returns true if the erase was successful (TI was found)
bool remove(Type* TI);
- /// Rename a type. This ain't fast, we have to linearly search for it first.
- /// @returns true if the rename was successful (type was found)
- bool rename(Type* T, const std::string& new_name);
-
/// @}
/// @name AbstractTypeUser Methods
/// @{
More information about the llvm-commits
mailing list