summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/XCore/XCoreISelLowering.h
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2010-03-10 16:27:11 +0000
committerRichard Osborne <richard@xmos.com>2010-03-10 16:27:11 +0000
commit11ec7ee125f429600dab8380f95b4c035c4d990d (patch)
tree89158ca211aa157d8f810e3a6b9b430efb4ced80 /llvm/lib/Target/XCore/XCoreISelLowering.h
parent1a396d53eda04b059b7602787ae736bf2106211b (diff)
downloadbcm5719-llvm-11ec7ee125f429600dab8380f95b4c035c4d990d.tar.gz
bcm5719-llvm-11ec7ee125f429600dab8380f95b4c035c4d990d.zip
Fix thinko.
llvm-svn: 98158
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreISelLowering.h')
-rw-r--r--llvm/lib/Target/XCore/XCoreISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.h b/llvm/lib/Target/XCore/XCoreISelLowering.h
index 69281383867..f597780d691 100644
--- a/llvm/lib/Target/XCore/XCoreISelLowering.h
+++ b/llvm/lib/Target/XCore/XCoreISelLowering.h
@@ -151,7 +151,7 @@ namespace llvm {
EVT VT) const;
// Expand specifics
- SDValue TryExpandADDSUBWithMul(SDNode *Op, SelectionDAG &DAG);
+ SDValue TryExpandADDWithMul(SDNode *Op, SelectionDAG &DAG);
SDValue ExpandADDSUB(SDNode *Op, SelectionDAG &DAG);
virtual SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const;
OpenPOWER on IntegriCloud