Implement a FIXME, by not searching linearly through a map to remove an
authorChris Lattner <sabre@nondot.org>
Wed, 4 Aug 2004 04:48:01 +0000 (04:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Aug 2004 04:48:01 +0000 (04:48 +0000)
commit6823c9f9ff8ea83ae8daba9769485ba492541d57
tree3e9df01070770ed738ab44e0522d914eda812056
parentb6197611d54de7f0ba50b185aa4fe6eea9ceb8ff
Implement a FIXME, by not searching linearly through a map to remove an
element.  This speeds up the bytecode reader from 12.86s to 8.72s on 252.eon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp