diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-28 10:08:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-28 10:08:58 +0000 |
commit | 9b88361befd2a94202dc60ccfb3e31756916a9ca (patch) | |
tree | dd5d4fc63fcf4e468390805f29bc3d6d920ba268 | |
parent | df6eb30fa9bc8600862cae18fce66da466188323 (diff) |
add another variant
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25743 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 00e32615cc..fcc4c40eef 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -274,6 +274,8 @@ public: SDOperand Op3); SDOperand UpdateNodeOperands(SDOperand N, SDOperand Op1, SDOperand Op2, SDOperand Op3, SDOperand Op4); + SDOperand UpdateNodeOperands(SDOperand N, SDOperand Op1, SDOperand Op2, + SDOperand Op3, SDOperand Op4, SDOperand Op5); SDOperand UpdateNodeOperands(SDOperand N, const std::vector<SDOperand> &Op); /// SelectNodeTo - These are used for target selectors to *mutate* the |