summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MSP430ISelLowering.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2012-11-21 17:28:27 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2012-11-21 17:28:27 +0000
commit0ae61240341ca76e1329f251c64d2f475fa89278 (patch)
tree2b982b4a637f566b0a5c4246491b9cbf7298f75e /lib/Target/MSP430/MSP430ISelLowering.h
parent6cbeb4d839a7fc465c651f0df0b090052cd87a5c (diff)
downloadllvm-0ae61240341ca76e1329f251c64d2f475fa89278.tar.gz
llvm-0ae61240341ca76e1329f251c64d2f475fa89278.tar.bz2
llvm-0ae61240341ca76e1329f251c64d2f475fa89278.tar.xz
Add support for varargs functions for msp430.
Patch by Job Noorman! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168440 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 991304c23d..bf021eaac5 100644
--- a/lib/Target/MSP430/MSP430ISelLowering.h
+++ b/lib/Target/MSP430/MSP430ISelLowering.h
@@ -92,6 +92,7 @@ namespace llvm {
SDValue LowerSIGN_EXTEND(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
+ SDValue LowerVASTART(SDValue Op, SelectionDAG &DAG) const;
SDValue getReturnAddressFrameIndex(SelectionDAG &DAG) const;
TargetLowering::ConstraintType