Make a std::vector a SmallVector<*, 32> like the other vectors in the same
authorCameron Zwarich <zwarich@apple.com>
Tue, 18 Jan 2011 04:41:32 +0000 (04:41 +0000)
committerCameron Zwarich <zwarich@apple.com>
Tue, 18 Jan 2011 04:41:32 +0000 (04:41 +0000)
commit443997de8b0eb538aac833390358f30c952f85fc
treee598fc3389cef4d68b48d1f6911f9305870a7291
parentdaad56a8e3ac99c517d766130ac4ac03b578d180
Make a std::vector a SmallVector<*, 32> like the other vectors in the same
function. This seems to be about a 1.5% speedup of -scalarrepl on test-suite
with SPEC2000 and SPEC2006.

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