summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-02-04 23:04:24 +0000
committerNate Begeman <natebegeman@mac.com>2008-02-04 23:04:24 +0000
commitc451ac0a42f06355976e5d7d8bc45da16474e3f0 (patch)
tree70b9dfdb1b6eebe565823c3f592aa9f264da5959 /lib
parent48a65511d0a9d01cba7e146f9aa1187000a290d3 (diff)
downloadllvm-c451ac0a42f06355976e5d7d8bc45da16474e3f0.tar.gz
llvm-c451ac0a42f06355976e5d7d8bc45da16474e3f0.tar.bz2
llvm-c451ac0a42f06355976e5d7d8bc45da16474e3f0.tar.xz
This method should be virtual
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 7327587e51..503dcae2c1 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;