[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 27 19:43:45 PST 2006
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.40 -> 1.41
---
Log message:
remove this method I just added, now is not the time.
---
Diffs of the changes: (+0 -6)
TargetLowering.h | 6 ------
1 files changed, 6 deletions(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.40 llvm/include/llvm/Target/TargetLowering.h:1.41
--- llvm/include/llvm/Target/TargetLowering.h:1.40 Fri Jan 27 21:36:49 2006
+++ llvm/include/llvm/Target/TargetLowering.h Fri Jan 27 21:43:33 2006
@@ -380,12 +380,6 @@
/// whose type needs to be promoted.
virtual SDOperand CustomPromoteOperation(SDOperand Op, SelectionDAG &DAG);
- /// CustomExpandOperation - This callback is invoked for operations that are
- /// unsupported by the target, are registered to use 'custom' lowering, and
- /// whose type needs to be expanded.
- virtual void CustomExpandOperation(SDOperand Op, SDOperand &Lo, SDOperand &Hi,
- SelectionDAG &DAG);
-
/// getTargetNodeName() - This method returns the name of a target specific
/// DAG node.
virtual const char *getTargetNodeName(unsigned Opcode) const;
More information about the llvm-commits
mailing list