[ADT] Fix StringSet::insert() to not allocate on every lookup.
- The previous implementation always constructed the StringMap entry, even if the key was present in the set. llvm-svn: 177178
Loading
Please register or sign in to comment
- The previous implementation always constructed the StringMap entry, even if the key was present in the set. llvm-svn: 177178