Commit c68e7b86 by Wolfgang Gellerich Committed by Andreas Krebbel

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
parent 28188747
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> 2009-10-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/41702 PR target/41702
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
;; reg: Instruction does not use the agen unit ;; reg: Instruction does not use the agen unit
(define_attr "atype" "agen,reg" (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 "reg")
(const_string "agen"))) (const_string "agen")))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment