Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.90 -> 1.91 --- Log message: add another variant --- Diffs of the changes: (+2 -0) SelectionDAG.h | 2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/CodeGen/SelectionDAG.h diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.90 llvm/include/llvm/CodeGen/SelectionDAG.h:1.91 --- llvm/include/llvm/CodeGen/SelectionDAG.h:1.90 Sat Jan 28 03:32:01 2006 +++ llvm/include/llvm/CodeGen/SelectionDAG.h Sat Jan 28 04:08:58 2006 @@ -274,6 +274,8 @@ 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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits