add a method
authorChris Lattner <sabre@nondot.org>
Sun, 21 Aug 2005 22:30:42 +0000 (22:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Aug 2005 22:30:42 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22958 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAG.h

index 1cd819698e044951027306b9ffbad77ba9da819a..83c3047906f38e503e025c49e6fd008feef102e3 100644 (file)
@@ -234,6 +234,9 @@ public:
                     SDOperand Op5);
   void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
                     unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
+  void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
+                    unsigned TargetOpc, SDOperand Op1, SDOperand Op2,
+                    SDOperand Op3);
   
   SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
                           SDOperand Op1) {