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)
commite7a1ef422b56d6ae5be5b3f7462c03bfb70d33de
tree85629760a820522760f49197e75efc408e4b6e7c
parentc3a4425c34ab2fac0e148e782619b28b51771ad5
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.

llvm-svn: 175216
llvm/lib/Transforms/Vectorize/BBVectorize.cpp