s390.md (atype): Added missing values.

2009-10-16  Wolfgang Gellerich  <gellerich@de.ibm.com>

	* config/s390/s390.md (atype): Added missing values.

From-SVN: r152891
This commit is contained in:
Wolfgang Gellerich 2009-10-16 06:21:47 +00:00 committed by Andreas Krebbel
parent 28188747cb
commit c68e7b8631
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-16 Wolfgang Gellerich <gellerich@de.ibm.com>
* config/s390/s390.md (atype): Added missing values.
2009-10-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/41702

View File

@ -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")))