Reserve space for PHI nodes when we read them in. This provides a VERY
authorChris Lattner <sabre@nondot.org>
Thu, 9 Oct 2003 22:46:58 +0000 (22:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Oct 2003 22:46:58 +0000 (22:46 +0000)
commit4c52392ba35a763a3113f373bfb102791f8ac520
tree6a0b0e1cb4a3ceb5bbc00c49d61c0b9c6e3e152b
parent97622b1751228fa0481a8b1a22aa364b396c5931
Reserve space for PHI nodes when we read them in.  This provides a VERY
tasty 15% speedup on the testcase from Bill.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8993 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/InstructionReader.cpp