mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
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:
parent
04c62c78f4
commit
7e871b28a2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user