Eliminate the concept of a deferred symbol table. The optimization really isn't,
authorChris Lattner <sabre@nondot.org>
Wed, 20 Nov 2002 18:07:48 +0000 (18:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Nov 2002 18:07:48 +0000 (18:07 +0000)
commit2c08dcc276e218193beffbddf2a30f4d88e8af58
tree563b64be854b52ad7a7c74fb882948f85f4c54d5
parentd2cc017f4672efad7b16b5c78031f50fe8c95794
Eliminate the concept of a deferred symbol table.  The optimization really isn't,
and it causes obscure bugs to show up in passes.

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