Remove potentially N^2 algorithm from symbol table reader. No speedup
authorChris Lattner <sabre@nondot.org>
Thu, 9 Oct 2003 20:30:04 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Oct 2003 20:30:04 +0000 (20:30 +0000)
commit9073613d0ca9a90bf09fe4f507e12dc849a48358
tree14463f032c9e395b6367926e0ccd9b4c47c2eb18
parent927b185c175a8eb6d64ea97e1735fc6102114766
Remove potentially N^2 algorithm from symbol table reader.  No speedup
in practice though

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