aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit60e9eac357dc6e6d9396f02b171baf9e70d97649 (patch)
tree229170833c083510eae76e37b4f694e6ba8b5f37 /lib/Target/Blackfin
parentc3e45f1ee2741935cf15f0ad7e3e7694681fa125 (diff)
downloadexternal_llvm-60e9eac357dc6e6d9396f02b171baf9e70d97649.zip
external_llvm-60e9eac357dc6e6d9396f02b171baf9e70d97649.tar.gz
external_llvm-60e9eac357dc6e6d9396f02b171baf9e70d97649.tar.bz2
set SDNPVariadic on nodes throughout the rest of the targets that
need them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Blackfin')
-rw-r--r--lib/Target/Blackfin/BlackfinInstrInfo.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Blackfin/BlackfinInstrInfo.td b/lib/Target/Blackfin/BlackfinInstrInfo.td
index 1d7e190..e3c3993 100644
--- a/lib/Target/Blackfin/BlackfinInstrInfo.td
+++ b/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]>;