* Add new method localLookup
authorChris Lattner <sabre@nondot.org>
Fri, 8 Mar 2002 20:26:17 +0000 (20:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Mar 2002 20:26:17 +0000 (20:26 +0000)
commite82f1c6cb715cea962b4aa25cf617fa9f9f85fa8
tree7dd3a5a8fb1adf641f556d6dd42d4a6590c7648c
parent34538145f4852b439438bd956d4bd8a67db1fab5
* Add new method localLookup
* SymbolTable::remove(Value *N) checks to see if we are internally
  inconsistent before looking for a type plane (caused a crash)
* insertEntry now does a local lookup instead of a global lookup, which was
  causing an infinite loop in the renamer logic.
* Added assertions to make sure stuff stays happy
* Now the linker correctly links the SPECINT2000 mcf benchmark

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