Two changes:
authorChris Lattner <sabre@nondot.org>
Sun, 21 Oct 2001 23:02:41 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Oct 2001 23:02:41 +0000 (23:02 +0000)
commitc9a21b51a11d84443cb3f03787fd08a69fdd73cd
treefa032c7b7c180ed3321c1af00dd5a9b48afe50c4
parentbfabd8877dce8e5942e1cddd9e945dc48e2276cd
Two changes:
1. Delete type handle regardless of whether a collision occured
2. Remove a MAJOR pessimization of runtime performance (thought be be an optimization at the time).

This second one was causing a 105k llvm file (from gcc) to parse in 58 seconds... without the
'optimization' it now parses in 3.64 seconds.  I suck.

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