switch some calls to SelectionDAG::getTargetNode to use
authorChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2007 06:25:09 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2007 06:25:09 +0000 (06:25 +0000)
commit44f147604884107f22a70a8af697264a85f157df
treef5f632651c0817ef32ef67f4322e1c809b7c0993
parent99c65745a2c5dfc66e3943633fb8ab3d2b94418d
switch some calls to SelectionDAG::getTargetNode to use
the one that takes an operand list instead of explicit
operands.  There is one left though, the more interesting
one :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43290 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp