Increase the initial vector size to be equivalent to the size of the Deps
authorBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 07:04:52 +0000 (07:04 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 31 Jan 2012 07:04:52 +0000 (07:04 +0000)
commitb319f127274291a2f58e1f2a146f4e5a274f1e10
treebc4d28916df34c6b7e68dc2c0fbf398503334ef4
parent5d8ab0f02b3af1a19b46ccc6aa4782451e9dab8b
Increase the initial vector size to be equivalent to the size of the Deps
vector. This potentially saves a resizing.

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