Now that basic blocks are eagerly inserted into the Function, we can use
authorChris Lattner <sabre@nondot.org>
Tue, 13 Jul 2004 08:10:10 +0000 (08:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Jul 2004 08:10:10 +0000 (08:10 +0000)
commit8c89a0a1fdc170551b347020344f583788d4fdea
tree3ecaabe2accac1b9a58e354346d257596286a3cf
parent8ab406d5bd7b94d7acce3f6d97efc5b011d869dc
Now that basic blocks are eagerly inserted into the Function, we can use
the funciton symbol table to check for conflicts instead of having to
keep a shadow named LocalSymtab.  Totally eliminate LocalSymtab.  Verified
that this did not cause a regression on the testcase for PR107.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/llvmAsmParser.y