Reserve space in the ValueNumberInfo vector. This speeds up live interval
authorChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 06:10:18 +0000 (06:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Sep 2006 06:10:18 +0000 (06:10 +0000)
commit238416c99b2a2baea06ac05a5964bbbbf660f3dd
tree63a00e14c3286a45d69f72e438755971e5c233fb
parent0750bec272350cbbf23aa4d43a46785324ee212e
Reserve space in the ValueNumberInfo vector.  This speeds up live interval
analysis 16% on crafty.

Wrap long lines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30012 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp