aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore
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
commit9c19026c6175cc8ed16153765d856b2b429c946d (patch)
tree229170833c083510eae76e37b4f694e6ba8b5f37 /lib/Target/XCore
parent6ad99550f3416b80aa852d03fbcf0ec0d5bd0f5b (diff)
downloadexternal_llvm-9c19026c6175cc8ed16153765d856b2b429c946d.zip
external_llvm-9c19026c6175cc8ed16153765d856b2b429c946d.tar.gz
external_llvm-9c19026c6175cc8ed16153765d856b2b429c946d.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/XCore')
-rw-r--r--lib/Target/XCore/XCoreInstrInfo.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td
index 46805d5..2e9a1e5 100644
--- a/lib/Target/XCore/XCoreInstrInfo.td
+++ b/lib/Target/XCore/XCoreInstrInfo.td
@@ -29,7 +29,8 @@ include "XCoreInstrFormats.td"
// Call
def SDT_XCoreBranchLink : SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>;
def XCoreBranchLink : SDNode<"XCoreISD::BL",SDT_XCoreBranchLink,
- [SDNPHasChain, SDNPOptInFlag, SDNPOutFlag]>;
+ [SDNPHasChain, SDNPOptInFlag, SDNPOutFlag,
+ SDNPVariadic]>;
def XCoreRetsp : SDNode<"XCoreISD::RETSP", SDTNone,
[SDNPHasChain, SDNPOptInFlag]>;