Add a new SmallSet ADT specialized for pointers.
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 07:10:46 +0000 (07:10 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jan 2007 07:10:46 +0000 (07:10 +0000)
commitc95dc987e9e369c1c63819dbc4f76ab9b913772c
treefdda3305b24289f925bf0bf6c489bd2e486915de
parent13d0b528ee8d5e69fe721691966b7c18627f1600
Add a new SmallSet ADT specialized for pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33577 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallPtrSet.h [new file with mode: 0644]
lib/Support/SmallPtrSet.cpp [new file with mode: 0644]