diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-21 22:30:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-21 22:30:42 +0000 |
commit | 4fbde4d871d3c826b4dbe5fab1f5bacbffeb3937 (patch) | |
tree | aca15595c2d4d1dd9ffccc25ebe66131e22aba63 | |
parent | c975e1dedcffd55894a14b41ccdb7255aaf19034 (diff) |
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22958 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 1cd819698e..83c3047906 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -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) { |