OSDN Git Service

Reserve space in these vectors to prevent having to grow the array too
authorBill Wendling <isanbard@gmail.com>
Tue, 7 Feb 2012 01:27:51 +0000 (01:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 7 Feb 2012 01:27:51 +0000 (01:27 +0000)
commita7a3f04eb9a18c11940ab1486709c63c8bd296ff
tree21d732baf3a75e2e893fef2dacd1d589b50f3838
parenteb446511ce5f1761962f12f1e8a0c7b342733d1c
Reserve space in these vectors to prevent having to grow the array too
much. This gets us an addition 0.9% on 445.gobmk.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149952 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp
lib/VMCore/Type.cpp