mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
remove this method I just added, now is not the time.
llvm-svn: 25729
This commit is contained in:
parent
d6d4bcc419
commit
2240c0df71
@ -380,12 +380,6 @@ public:
|
|||||||
/// whose type needs to be promoted.
|
/// whose type needs to be promoted.
|
||||||
virtual SDOperand CustomPromoteOperation(SDOperand Op, SelectionDAG &DAG);
|
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
|
/// getTargetNodeName() - This method returns the name of a target specific
|
||||||
/// DAG node.
|
/// DAG node.
|
||||||
virtual const char *getTargetNodeName(unsigned Opcode) const;
|
virtual const char *getTargetNodeName(unsigned Opcode) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user