- Replace use of std::map<std::string, ..> with StringMap. Replace use of...
- 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. llvm-svn: 53379
Loading
Please sign in to comment