OSDN Git Service

eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert.
authorChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 06:13:49 +0000 (06:13 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Feb 2007 06:13:49 +0000 (06:13 +0000)
commit56920a0eccb281e4f7cc71cb69c0d23c9d531a84
tree3333e6727718386f758574d1c278d2a965da42d5
parent1e348549d930f1a3e636dcb2c78bad95636daec2
eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert.
Make insert/remove assert if used incorrectly instead of returning a bool.

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