DSE: Remove an early exit optimization that depended on the ordering of a SmallPtrSet.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Mar 2011 20:28:57 +0000 (20:28 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Mar 2011 20:28:57 +0000 (20:28 +0000)
commitec3f22782058058a712ae8e8313e25a273396824
tree3096e5482d2ca7a39051acda71562bcb595a62c1
parentd0cfc99b308a805ffc130cde7317a0b0c626348f
DSE: Remove an early exit optimization that depended on the ordering of a SmallPtrSet.

Fixes PR9569 and will hopefully make selfhost on ASLR-enabled systems more deterministic.

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