forked from OSchip/llvm-project
parent
7746a6279b
commit
5420516b3f
|
|
@ -78,7 +78,7 @@ namespace llvm {
|
||||||
virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);
|
virtual SDOperand LowerOperation(SDOperand Op, SelectionDAG &DAG);
|
||||||
virtual SDNode *ExpandOperationResult(SDNode *N, SelectionDAG &DAG);
|
virtual SDNode *ExpandOperationResult(SDNode *N, SelectionDAG &DAG);
|
||||||
|
|
||||||
SDOperand PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
virtual SDOperand PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
|
||||||
|
|
||||||
virtual const char *getTargetNodeName(unsigned Opcode) const;
|
virtual const char *getTargetNodeName(unsigned Opcode) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue