- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
authorChris Lattner <sabre@nondot.org>
Tue, 15 Oct 2002 21:26:29 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Oct 2002 21:26:29 +0000 (21:26 +0000)
commit0dad6e9c95984804953db0fdcbe0c907d9ee351e
treefba6caf31e19c26de8cbd61b9e7eeccce09c0026
parent1b7de965dd3291f4bf96f0a9ce7cf5fdcb4cd7fd
  - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
    Function::ParentSymTab.  These aren't needed at all.

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