aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-15 22:02:54 +0000
committerChris Lattner <sabre@nondot.org>2008-01-15 22:02:54 +0000
commit48be23cd65313b055ca80acb843ed244b18cd980 (patch)
tree4575ec9d9585e6fe47d57eb28bd33498f6c8118b /lib/Target/Alpha/AlphaInstrInfo.td
parent7047dd4d227b5fb2e5ae0cb2e7d5de1d0098ad60 (diff)
downloadexternal_llvm-48be23cd65313b055ca80acb843ed244b18cd980.zip
external_llvm-48be23cd65313b055ca80acb843ed244b18cd980.tar.gz
external_llvm-48be23cd65313b055ca80acb843ed244b18cd980.tar.bz2
rename SDTRet -> SDTNone.
Move definition of 'trap' sdnode up from x86 instrinfo to targetselectiondag.td. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaInstrInfo.td')
-rw-r--r--lib/Target/Alpha/AlphaInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td
index 5aaed81..474180f 100644
--- a/lib/Target/Alpha/AlphaInstrInfo.td
+++ b/lib/Target/Alpha/AlphaInstrInfo.td
@@ -26,7 +26,7 @@ def Alpha_gprello : SDNode<"AlphaISD::GPRelLo", SDTIntBinOp, []>;
def Alpha_gprelhi : SDNode<"AlphaISD::GPRelHi", SDTIntBinOp, []>;
def Alpha_rellit : SDNode<"AlphaISD::RelLit", SDTIntBinOp, [SDNPMayLoad]>;
-def retflag : SDNode<"AlphaISD::RET_FLAG", SDTRet,
+def retflag : SDNode<"AlphaISD::RET_FLAG", SDTNone,
[SDNPHasChain, SDNPOptInFlag]>;
// These are target-independent nodes, but have target-specific formats.