projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a6551
)
This method should be virtual
author
Nate Begeman
<natebegeman@mac.com>
Mon, 4 Feb 2008 23:04:24 +0000
(23:04 +0000)
committer
Nate Begeman
<natebegeman@mac.com>
Mon, 4 Feb 2008 23:04:24 +0000
(23:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46723
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.h
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.h
b/lib/Target/ARM/ARMISelLowering.h
index 7327587e511a81d019e841f54719df4aa861836c..503dcae2c16c136d6b376f4bbbefea0baba75795 100644
(file)
--- 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;