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
Loading
Please register or sign in to comment