remove this method I just added, now is not the time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-28 03:43:33 +00:00
parent 04c62c78f4
commit 7e871b28a2

View 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;