Fix another annoying bug that took forever to track down. This one involves abstract...
authorChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2001 01:53:01 +0000 (01:53 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Oct 2001 01:53:01 +0000 (01:53 +0000)
commitd48d6c74ad40b3c9cca2897cd91894424edbbcf5
tree5cd4a828d49de19241d8df8fef344614c533c753
parent919b59a148a9cb863ccff3adfa2cc5160968b08d
Fix another annoying bug that took forever to track down.  This one involves abstract type resolution at a bad time that broke symbol tables.

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