Switch the operandlist/valuelist from being vectors to being just an array.This saves...
authorChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 22:07:03 +0000 (22:07 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 22:07:03 +0000 (22:07 +0000)
commit65113b2f86ac0b714f3f580beb886d42c988c5b6
treebe2c35e1cc6441b99d76425a3c3cf76542fdbee7
parentf71e843f651ad94e19f85daa947fe24312b40d11
Switch the operandlist/valuelist from being vectors to being just an array.This saves 12 bytes from SDNode, but doesn't speed things up substantially
(our graphs apparently already fit within the cache on my g5).  In any case
this reduces memory usage.

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