remove this method I just added, now is not the time.
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jan 2006 03:43:33 +0000 (03:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jan 2006 03:43:33 +0000 (03:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25729 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 7f82eb675f3a7f845c6d8fa6598854da16ebcbc8..9418ad12737a5c7222e7e0b57b4fc9dbd6271310 100644 (file)
@@ -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;