OSDN Git Service

Eliminate the O(n) version of TypeSymbolTable::remove, it is dead. When
authorChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 05:35:58 +0000 (05:35 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 05:35:58 +0000 (05:35 +0000)
commit58f84d4b2ddee76d594a1cdfeffaea6417ed0a20
tree343023065e4d83b9d620c6eb441471c5f3a243e3
parent67408dab1b50e17decf788c119ca0194fc7024a6
Eliminate the O(n) version of TypeSymbolTable::remove, it is dead.  When
inserting a type into the type symbol table, only compute unique name if not
in symtab already.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33983 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TypeSymbolTable.h
lib/VMCore/TypeSymbolTable.cpp