Add a new getNode() method that takes a pointer to an already-intern'd list
authorChris Lattner <sabre@nondot.org>
Mon, 14 Aug 2006 23:31:51 +0000 (23:31 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Aug 2006 23:31:51 +0000 (23:31 +0000)
commit2fa6d3b1fcadbde90eaee0e8e89aebd81630b662
treeb1cc5444e7815fca810ed9bf7d94b477a7266da0
parent64d128de9c1fa813d79239ea2405bd8f8ef5295c
Add a new getNode() method that takes a pointer to an already-intern'd list
of value-type nodes.  This avoids having to do mallocs for std::vectors of
valuetypes when a node returns more than one type.

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