- Replace use of std::map<std::string, ..> with StringMap. Replace use of std::map...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jul 2008 00:04:23 +0000 (00:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 10 Jul 2008 00:04:23 +0000 (00:04 +0000)
commit250c1d8734ae29b8e408e16dc575b21a31fcb0d7
treee06370e743baca91abccd3d589ae9d7c6e4e8192
parenteacdef21c65308fe5169b53bdbc2757bd75fdc0e
- Replace use of std::map<std::string, ..> with StringMap. Replace use of std::map with DenseMap, std::set with SmallPtrSet. This results in minor speed up.
- Some code clean up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53379 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mangler.h
lib/VMCore/Mangler.cpp