we don't need a smallptrset to detect duplicates, the values are
authorChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 19:49:01 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Dec 2009 19:49:01 +0000 (19:49 +0000)
commitf31e2e92a801c5053dc9b3b484cdec73ad89e567
treec97bc5593efc3edbb704d39606a7803a26ef2024
parent1e7558b65689999089f53ce40ff07564cf498c68
we don't need a smallptrset to detect duplicates, the values are
sorted, so we can just do a linear scan.

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