Use DenseSet rather than SmallPtrSet for the alive set. Using SmallPtrSet
authorOwen Anderson <resistor@mac.com>
Wed, 2 Jul 2008 17:32:04 +0000 (17:32 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 2 Jul 2008 17:32:04 +0000 (17:32 +0000)
commit2c04b0da2b23e812cb1c15bb2bd6aac33b34364d
treef335239b35febc0050006688aa164becade89d71
parent93ee2fd7da6100eafcc510cfdeb71f2bfdd15429
Use DenseSet rather than SmallPtrSet for the alive set.  Using SmallPtrSet
with a huge "size" parameter is actually quite inefficient.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ADCE.cpp