From: Chris Lattner Date: Sun, 28 Mar 2010 08:47:39 +0000 (+0000) Subject: fix a type contradition: XCoreISD::RETSP has one argument, not zero. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=263bd9abe283caf7461cf77c494d441679351be1;p=oota-llvm.git fix a type contradition: XCoreISD::RETSP has one argument, not zero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99760 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td index 2e9a1e5d6e8..dd3cbc16990 100644 --- a/lib/Target/XCore/XCoreInstrInfo.td +++ b/lib/Target/XCore/XCoreInstrInfo.td @@ -32,7 +32,7 @@ def XCoreBranchLink : SDNode<"XCoreISD::BL",SDT_XCoreBranchLink, [SDNPHasChain, SDNPOptInFlag, SDNPOutFlag, SDNPVariadic]>; -def XCoreRetsp : SDNode<"XCoreISD::RETSP", SDTNone, +def XCoreRetsp : SDNode<"XCoreISD::RETSP", SDTBrind, [SDNPHasChain, SDNPOptInFlag]>; def SDT_XCoreBR_JT : SDTypeProfile<0, 2,