Change the use_list to be a smallvector instead of a vector. This reduces
authorChris Lattner <sabre@nondot.org>
Wed, 16 Aug 2006 21:01:10 +0000 (21:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Aug 2006 21:01:10 +0000 (21:01 +0000)
commit5892d47a625638a90afeb31dd4f6f80a2f9bacde
tree0a53bf3f7ca9f20db23be599d33bedadc7101d8e
parentf83482dcad35ac4fcb0d387d8f84794cda70f857
Change the use_list to be a smallvector instead of a vector.  This reduces
isel time from 6.79s to 5.53s (22%) on kc++ with a release build on ppc.
Go smallvector! :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29731 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h