aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaInstrInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-10 05:12:37 +0000
committerChris Lattner <sabre@nondot.org>2008-01-10 05:12:37 +0000
commit9b37aaf04c633c68c9ef09d3991d9acfbef9f754 (patch)
tree406b5b39578664600f34955d096b06bceaf74923 /lib/Target/Alpha/AlphaInstrInfo.td
parent8926038785709391a6fb66a785dede520357c558 (diff)
downloadexternal_llvm-9b37aaf04c633c68c9ef09d3991d9acfbef9f754.zip
external_llvm-9b37aaf04c633c68c9ef09d3991d9acfbef9f754.tar.gz
external_llvm-9b37aaf04c633c68c9ef09d3991d9acfbef9f754.tar.bz2
get def use info more correct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45821 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 db39644..5aaed81 100644
--- a/lib/Target/Alpha/AlphaInstrInfo.td
+++ b/lib/Target/Alpha/AlphaInstrInfo.td
@@ -24,7 +24,7 @@ def Alpha_cvtqs : SDNode<"AlphaISD::CVTQS_", SDTFPUnaryOpUnC, []>;
def Alpha_cvttq : SDNode<"AlphaISD::CVTTQ_" , SDTFPUnaryOp, []>;
def Alpha_gprello : SDNode<"AlphaISD::GPRelLo", SDTIntBinOp, []>;
def Alpha_gprelhi : SDNode<"AlphaISD::GPRelHi", SDTIntBinOp, []>;
-def Alpha_rellit : SDNode<"AlphaISD::RelLit", SDTIntBinOp, []>;
+def Alpha_rellit : SDNode<"AlphaISD::RelLit", SDTIntBinOp, [SDNPMayLoad]>;
def retflag : SDNode<"AlphaISD::RET_FLAG", SDTRet,
[SDNPHasChain, SDNPOptInFlag]>;