This method should be virtual

llvm-svn: 46723
This commit is contained in:
Nate Begeman 2008-02-04 23:04:24 +00:00
parent 7746a6279b
commit 5420516b3f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace llvm {
virtual SDOperand LowerOperation(SDOperand Op, 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;