Use a SmallSetVector instead of a SetVector; this code showed up as a
authorDan Gohman <gohman@apple.com>
Fri, 5 Feb 2010 19:20:15 +0000 (19:20 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 5 Feb 2010 19:20:15 +0000 (19:20 +0000)
commit17146baef5b79114f05e0f99fcba389f2764b65d
tree4a1699f0a158fcbd5acd7e36b71301d2fa145b37
parenta3a0db01217efc6403d90eec2a6ceb919f5031bc
Use a SmallSetVector instead of a SetVector; this code showed up as a
malloc caller in a profile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95407 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LoopSimplify.cpp