aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-08-11 09:03:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-08-11 09:03:33 +0000
commitbb7b844bec6c53ac29ac4c50d7b3963e7f193efb (patch)
treeaa1d995e92b0595a52554e12b942a50876825279 /lib/Target/Alpha/AlphaInstrInfo.td
parent06d6470c65ebc2661f0b257aaa07e6034db584d8 (diff)
downloadexternal_llvm-bb7b844bec6c53ac29ac4c50d7b3963e7f193efb.zip
external_llvm-bb7b844bec6c53ac29ac4c50d7b3963e7f193efb.tar.gz
external_llvm-bb7b844bec6c53ac29ac4c50d7b3963e7f193efb.tar.bz2
CALLSEQ_* produces chain even if that's not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaInstrInfo.td')
-rw-r--r--lib/Target/Alpha/AlphaInstrInfo.td6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td
index 164a108..2589cca 100644
--- a/lib/Target/Alpha/AlphaInstrInfo.td
+++ b/lib/Target/Alpha/AlphaInstrInfo.td
@@ -33,8 +33,10 @@ def retflag : SDNode<"AlphaISD::RET_FLAG", SDTRet,
// These are target-independent nodes, but have target-specific formats.
def SDT_AlphaCallSeq : SDTypeProfile<0, 1, [ SDTCisVT<0, i64> ]>;
-def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AlphaCallSeq,[SDNPHasChain]>;
-def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AlphaCallSeq,[SDNPHasChain]>;
+def callseq_start : SDNode<"ISD::CALLSEQ_START", SDT_AlphaCallSeq,
+ [SDNPHasChain, SDNPOutFlag]>;
+def callseq_end : SDNode<"ISD::CALLSEQ_END", SDT_AlphaCallSeq,
+ [SDNPHasChain, SDNPOutFlag]>;
//********************
//Paterns for matching