diff options
author | Hal Finkel <hfinkel@anl.gov> | 2013-02-14 22:38:04 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2013-02-14 22:38:04 +0000 |
commit | 97a241b173a1413df5a93fdd891ddfac36dabad9 (patch) | |
tree | a458c71545c423a1e809872bfbfbcf8ca2342991 /lib/Support/CommandLine.cpp | |
parent | 6ca6d3b1eac5b8611f3a9e2c270c2e794d37e1f5 (diff) |
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
Diffstat (limited to 'lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions