From: Chris Lattner Date: Sun, 21 Aug 2005 19:48:53 +0000 (+0000) Subject: ADd a method X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c3aea74ae5e29973c739b15cad3b8e0c408c35ed;p=oota-llvm.git ADd a method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index d7c12c6250d..1cd819698e0 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) {