mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
fix breakage from r98938 by correctly marking msp430 calls as variadic.
Patch by Ben Ransford! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b13cbca61
commit
f8cbde46fb
@ -49,7 +49,7 @@ def MSP430rla : SDNode<"MSP430ISD::RLA", SDTIntUnaryOp, []>;
|
||||
def MSP430rrc : SDNode<"MSP430ISD::RRC", SDTIntUnaryOp, []>;
|
||||
|
||||
def MSP430call : SDNode<"MSP430ISD::CALL", SDT_MSP430Call,
|
||||
[SDNPHasChain, SDNPOutFlag, SDNPOptInFlag]>;
|
||||
[SDNPHasChain, SDNPOutFlag, SDNPOptInFlag, SDNPVariadic]>;
|
||||
def MSP430callseq_start :
|
||||
SDNode<"ISD::CALLSEQ_START", SDT_MSP430CallSeqStart,
|
||||
[SDNPHasChain, SDNPOutFlag]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user