summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips
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/Mips
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/Mips')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrInfo.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td
index cef3697fa89..2b9e94191db 100644
--- a/llvm/lib/Target/Mips/MipsInstrInfo.td
+++ b/llvm/lib/Target/Mips/MipsInstrInfo.td
@@ -29,7 +29,8 @@ def SDT_MipsCallSeqEnd : SDCallSeqEnd<[SDTCisVT<0, i32>, SDTCisVT<1, i32>]>;
// Call
def MipsJmpLink : SDNode<"MipsISD::JmpLink",SDT_MipsJmpLink,
- [SDNPHasChain, SDNPOutFlag, SDNPOptInFlag]>;
+ [SDNPHasChain, SDNPOutFlag, SDNPOptInFlag,
+ SDNPVariadic]>;
// Hi and Lo nodes are used to handle global addresses. Used on
// MipsISelLowering to lower stuff like GlobalAddress, ExternalSymbol
OpenPOWER on IntegriCloud