It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetVector...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 16 Jun 2012 04:28:11 +0000 (04:28 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 16 Jun 2012 04:28:11 +0000 (04:28 +0000)
commit6e406d8f11307474bbfb8bd464f7b1a71876f9a3
tree209b9f7dab57fd67ffb9b447ea9080148b333f68
parent7027ba92dd7381188d3014d2ae1d9bedef9a218e
It's not deterministic to iterate over SmallPtrSet. Replace it with SmallSetVector. Patch by Daniel Reynaud. rdar://11671029

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