[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 21 12:49:04 PDT 2005
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.45 -> 1.46
---
Log message:
ADd a method
---
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.45 llvm/include/llvm/CodeGen/SelectionDAG.h:1.46
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.45 Sun Aug 21 13:49:58 2005
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Sun Aug 21 14:48:53 2005
@@ -232,6 +232,8 @@
void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc,
SDOperand Op1, SDOperand Op2, SDOperand Op3, SDOperand Op4,
SDOperand Op5);
+ void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
+ unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
SDOperand Op1) {
More information about the llvm-commits
mailing list