Eliminate SelectNodeTo() and getTargetNode() variants which take more than
authorEvan Cheng <evan.cheng@apple.com>
Sun, 27 Aug 2006 08:08:54 +0000 (08:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 27 Aug 2006 08:08:54 +0000 (08:08 +0000)
commit694481ee01bfe507c6e37de0dc1c64cff455eefd
tree117b0394a98c02bf7bcb96d32775199505999e52
parentc19bbba7d71112de11c708250176481ca5828baf
Eliminate SelectNodeTo() and getTargetNode() variants which take more than
3 SDOperand operands. They are replaced by versions which take an array
of SDOperand and the number of operands.

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