OSDN Git Service

BBVectorize: Remove the remaining instances of std::multimap
authorHal Finkel <hfinkel@anl.gov>
Thu, 14 Feb 2013 22:38:04 +0000 (22:38 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 14 Feb 2013 22:38:04 +0000 (22:38 +0000)
commit97a241b173a1413df5a93fdd891ddfac36dabad9
treea458c71545c423a1e809872bfbfbcf8ca2342991
parent6ca6d3b1eac5b8611f3a9e2c270c2e794d37e1f5
BBVectorize: Remove the remaining instances of std::multimap

All instances of std::multimap have now been replaced by
DenseMap<K, std::vector<V> >, and this yields a speedup of 5% on the
csa.ll test case from PR15222.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175216 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/BBVectorize.cpp