diff options
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64InstrInfo.td')
-rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.td | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.td b/llvm/lib/Target/AArch64/AArch64InstrInfo.td index 673e05155d5..03cae93a115 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.td +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.td @@ -6,7 +6,8 @@ include "AArch64InstrFormats.td" def SDT_A64ret : SDTypeProfile<0, 0, []>; def A64ret : SDNode<"AArch64ISD::Ret", SDT_A64ret, [SDNPHasChain, - SDNPOptInGlue]>; + SDNPOptInGlue, + SDNPVariadic]>; // (ins NZCV, Condition, Dest) def SDT_A64br_cc : SDTypeProfile<0, 3, [SDTCisVT<0, i32>]>; |