[PATCH] D47836: Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 15:43:29 PDT 2018


fhahn added a comment.

Yeah, I am not really sure there is a strong reason to change it. I just went for SmallPtrSet, because it is much wider used than SmallSet. And using `SmallPtrSetImpl<> &` on a SmallSet looks suprising.


https://reviews.llvm.org/D47836





More information about the llvm-commits mailing list