[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 28 02:09:10 PST 2006
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
More information about the llvm-commits
mailing list