From c68e7b86312e3153c910720201e8d30bfa7cfed0 Mon Sep 17 00:00:00 2001 From: Wolfgang Gellerich Date: Fri, 16 Oct 2009 06:21:47 +0000 Subject: [PATCH] s390.md (atype): Added missing values. 2009-10-16 Wolfgang Gellerich * config/s390/s390.md (atype): Added missing values. From-SVN: r152891 --- gcc/ChangeLog | 4 ++++ gcc/config/s390/s390.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 846aad3..aed8f32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-16 Wolfgang Gellerich + + * config/s390/s390.md (atype): Added missing values. + 2009-10-15 John David Anglin PR target/41702 diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 90ed18b..8f4a71f 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -220,7 +220,7 @@ ;; reg: Instruction does not use the agen unit (define_attr "atype" "agen,reg" - (if_then_else (eq_attr "op_type" "E,RR,RI,RRE") + (if_then_else (eq_attr "op_type" "E,RR,RI,RRE,RSI,RIL,RIE,RRF,RRR") (const_string "reg") (const_string "agen"))) -- 2.7.4