Do not use getTargetNode() and SelectNodeTo() which takes more than 3
authorEvan Cheng <evan.cheng@apple.com>
Sun, 27 Aug 2006 08:14:06 +0000 (08:14 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 27 Aug 2006 08:14:06 +0000 (08:14 +0000)
commit0b828e08f94459ac0046b864871d92fed4aaef7c
tree4ec57b64451ddcb84496c4c2bfcf770154f725d3
parentf037ca6245ed148941227736d7d9a0895a359fd7
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
SDOperand arguments. Use the variants which take an array and number instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29907 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/IA64/IA64ISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp