llvm
b8d04118 - clang: Avoid intermediate DenseSet of triples (#189263)

Commit
12 hours ago
clang: Avoid intermediate DenseSet of triples (#189263) This was computing a DenseSet<StringRef> of triples, but the only use was to insert all the entries into a multiset. Just use the multiset in the first place.
Author
Parents
Loading