add a getNode() version that allows construction of any node type.
authorChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 06:20:26 +0000 (06:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 May 2005 06:20:26 +0000 (06:20 +0000)
commit89c34637cb471609343c2e4f4b08a81779189aa7
tree8ef9d5a56a21da90ed8bb7b83434e8da511bacfb
parent4211e73c4905af413db7524f24414c16a7f69102
add a getNode() version that allows construction of any node type.

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