Make SmallSet<whatever*, N> faster by transparently implementing it with
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 08:20:15 +0000 (08:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 08:20:15 +0000 (08:20 +0000)
commitb358f0254d7b6470b1ed84a97b601ef102b4e88e
tree7561fd3b66d0bac9ca1fda34270c8b9bcfab03a9
parent894d264f3ee965645656ddd6566acbe4d3a3ed55
Make SmallSet<whatever*, N> faster by transparently implementing it with
SmallPtrSet.  Some clients will need to use SmallPtrSet directly though if
they need to iterate over the set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33584 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallSet.h