Eliminate use of setvector for the DeadInsts set, just use a smallvector.
authorChris Lattner <sabre@nondot.org>
Mon, 1 Dec 2008 06:27:41 +0000 (06:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Dec 2008 06:27:41 +0000 (06:27 +0000)
commit09fb7dadf1f8f2efaae6a803c63fb29d06105df3
treeefb02c3b7b475ac51029bf6ad5d5e0af798099c8
parenta68d4ca73e9cd0b19b2a48a2943e16cc0f89da27
Eliminate use of setvector for the DeadInsts set, just use a smallvector.
This is a lot cheaper and conceptually simpler.

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