Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%.
authorChris Lattner <sabre@nondot.org>
Fri, 2 Feb 2007 21:15:06 +0000 (21:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Feb 2007 21:15:06 +0000 (21:15 +0000)
commit1c1f112f7432a01d50678c41f23e7811cdd0d41e
tree4a61fcb6788dc8bc6ec4248756b4d56a627e3ff2
parenta21335dd763ab98ef3cf98e7a0573367c6dc845f
Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%.

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