aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-21 19:48:53 +0000
committerChris Lattner <sabre@nondot.org>2005-08-21 19:48:53 +0000
commitc3aea74ae5e29973c739b15cad3b8e0c408c35ed (patch)
tree5279f5eb1f5dd267d896900d5b1e3693d80072e7
parent1db1adbdee847906b4541ae582dc5be001fe2214 (diff)
ADd a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22954 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index d7c12c6250..1cd819698e 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -232,6 +232,8 @@ public:
void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc,
SDOperand Op1, SDOperand Op2, SDOperand Op3, SDOperand Op4,
SDOperand Op5);
+ void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
+ unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
SDOperand Op1) {