summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Blackfin
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-19 05:33:51 +0000
committerChris Lattner <sabre@nondot.org>2010-03-19 05:33:51 +0000
commit0433699ef01aec2bf834b8d9274ff8ef07e7d626 (patch)
tree6ab1386a634fb603f382a2dcf2233413236ba1d8 /llvm/lib/Target/Blackfin
parent4822dfcc9ab94717d35253509e2403fe79770fc3 (diff)
downloadbcm5719-llvm-0433699ef01aec2bf834b8d9274ff8ef07e7d626.tar.gz
bcm5719-llvm-0433699ef01aec2bf834b8d9274ff8ef07e7d626.zip
set SDNPVariadic on nodes throughout the rest of the targets that
need them. llvm-svn: 98937
Diffstat (limited to 'llvm/lib/Target/Blackfin')
-rw-r--r--llvm/lib/Target/Blackfin/BlackfinInstrInfo.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Blackfin/BlackfinInstrInfo.td b/llvm/lib/Target/Blackfin/BlackfinInstrInfo.td
index 1d7e190bb7c..e3c3993a0ce 100644
--- a/llvm/lib/Target/Blackfin/BlackfinInstrInfo.td
+++ b/llvm/lib/Target/Blackfin/BlackfinInstrInfo.td
@@ -29,7 +29,8 @@ def BfinCallseqEnd : SDNode<"ISD::CALLSEQ_END", SDT_BfinCallSeqEnd,
def SDT_BfinCall : SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>;
def BfinCall : SDNode<"BFISD::CALL", SDT_BfinCall,
- [SDNPHasChain, SDNPOptInFlag, SDNPOutFlag]>;
+ [SDNPHasChain, SDNPOptInFlag, SDNPOutFlag,
+ SDNPVariadic]>;
def BfinRet: SDNode<"BFISD::RET_FLAG", SDTNone,
[SDNPHasChain, SDNPOptInFlag]>;
OpenPOWER on IntegriCloud