use smallvector instead of vector to make constant folding a bit more efficient
authorChris Lattner <sabre@nondot.org>
Tue, 30 Jan 2007 23:15:19 +0000 (23:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Jan 2007 23:15:19 +0000 (23:15 +0000)
commitcd2492e6ff67d51bafe20412fdb91cb8bcc22095
treebbd25bc65510942aca754994d2ef8ffa9e60b039
parent6c1f56574c8a0ba70480b7c65c4ec3847ff70864
use smallvector instead of vector to make constant folding a bit more efficient

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