Switch the operandlist/valuelist from being vectors to being just an array.
authorChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 22:06:23 +0000 (22:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Nov 2005 22:06:23 +0000 (22:06 +0000)
commitf71e843f651ad94e19f85daa947fe24312b40d11
tree2b6e751006ee5cf0738e60268a0b91c20a8eb462
parent4012eb2137c91668d4951a312fc6067b4a5da4cd
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@24248 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h