Switch some std::sets to SmallPtrSet. This speeds up
authorChris Lattner <sabre@nondot.org>
Sun, 5 Aug 2007 00:15:57 +0000 (00:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Aug 2007 00:15:57 +0000 (00:15 +0000)
commit2f0d1ea864ff0fe59c5a2b35390a82fad2865b61
tree6077de77399815b5811c1843db166b8a884a1574
parent7ae8c4c810935625bcdbdf832a33ef4032bad906
Switch some std::sets to SmallPtrSet.  This speeds up
domtree by 10% and postdomtree by 17%

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40829 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/PostDominators.cpp
lib/VMCore/Dominators.cpp