From: Nate Begeman Date: Mon, 4 Feb 2008 23:04:24 +0000 (+0000) Subject: This method should be virtual X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c451ac0a42f06355976e5d7d8bc45da16474e3f0;p=oota-llvm.git This method should be virtual git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46723 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h index 7327587e511..503dcae2c16 100644 --- a/lib/Target/ARM/ARMISelLowering.h +++ b/lib/Target/ARM/ARMISelLowering.h @@ -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;