aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/MSP430ISelLowering.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-05-01 12:04:32 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-05-01 12:04:32 +0000
commit69d5b48bc31b7a443355cdf1506005804b4f63e6 (patch)
treea50901f503e0d43b14f432c9bc23c9b72555db99 /lib/Target/MSP430/MSP430ISelLowering.h
parent650a8e49f9f1984017b8995fc4a13058e553e6ce (diff)
downloadexternal_llvm-69d5b48bc31b7a443355cdf1506005804b4f63e6.zip
external_llvm-69d5b48bc31b7a443355cdf1506005804b4f63e6.tar.gz
external_llvm-69d5b48bc31b7a443355cdf1506005804b4f63e6.tar.bz2
Implement indirect branches on MSP430
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/MSP430ISelLowering.h')
-rw-r--r--lib/Target/MSP430/MSP430ISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.h b/lib/Target/MSP430/MSP430ISelLowering.h
index 6047a49..01c5071 100644
--- a/lib/Target/MSP430/MSP430ISelLowering.h
+++ b/lib/Target/MSP430/MSP430ISelLowering.h
@@ -85,6 +85,7 @@ namespace llvm {
SDValue LowerShifts(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerExternalSymbol(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;