Use SmallVector instead of SmallPtrSet and avoid non-deterministic behavior.
authorDevang Patel <dpatel@apple.com>
Wed, 12 Jan 2011 19:12:45 +0000 (19:12 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 12 Jan 2011 19:12:45 +0000 (19:12 +0000)
commit85bbd576ea3078a7cd9d8a17228f4c2dce35be2c
tree5f6588f18b419a6e5651b8e13912c0e67875873e
parent5f8a917b6558f8fdf31b4a6fa591b396e16b9ff2
Use SmallVector instead of SmallPtrSet and avoid non-deterministic behavior.

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