From 2240c0df71acf2eb28a407a8c54d8da234db6eae Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jan 2006 03:43:33 +0000 Subject: [PATCH] remove this method I just added, now is not the time. llvm-svn: 25729 --- include/llvm/Target/TargetLowering.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 7f82eb675f3..9418ad12737 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -380,12 +380,6 @@ public: /// 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;