s390.md (atype): Added missing values.
authorWolfgang Gellerich <gellerich@de.ibm.com>
Fri, 16 Oct 2009 06:21:47 +0000 (06:21 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 16 Oct 2009 06:21:47 +0000 (06:21 +0000)
2009-10-16  Wolfgang Gellerich  <gellerich@de.ibm.com>

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

From-SVN: r152891

gcc/ChangeLog
gcc/config/s390/s390.md

index 846aad3ef64ef0a22b4b0d65917e9758c50f6c28..aed8f325ffbb9f547d2481ac52a6ae8cd424759a 100644 (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
index 90ed18b0f0d34b5584e244c3682361a4c362601f..8f4a71feb3f92b97b4cd3cecd25f2c3b81ef1d8a 100644 (file)
 ;;   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")))