Change an std::set to a SmallPtrSet. This speeds up the verifier on
authorChris Lattner <sabre@nondot.org>
Sat, 10 Feb 2007 08:19:44 +0000 (08:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Feb 2007 08:19:44 +0000 (08:19 +0000)
commit78287b400a4a1dc258cb18520e36e29ea1389848
treec1e5d75b82de43e19fc695022d324c0786fcaf1d
parent863da4c4f59c8c2df5219a8dd1409860e25bf6a4
Change an std::set to a SmallPtrSet.  This speeds up the verifier on
447.dealII from 1.27s to 0.86s.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp