]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390.md ("*ashr<mode>3_and"): Add missing z196 flag to srak instruction.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Tue, 31 Jan 2012 15:09:01 +0000 (15:09 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 31 Jan 2012 15:09:01 +0000 (15:09 +0000)
2012-01-31  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
to srak instruction.

From-SVN: r183760

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

index 08602c58d8c77691bf637e73ed08b8a7e64318fe..0630f8aa39ef5d8298f376abaad57582eba0ecd6 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-31  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
+       to srak instruction.
+
 2012-01-30  Bin Cheng  <bin.cheng@arm.com>
 
        Backport from mainline.
index e40a1bb1648699bc69651fe32c46cf91de5a872d..99a8d6631a3f7ebfef924e02a45d1af39e28e20a 100644 (file)
    sra<gk>\t%0,%1,%Y2"
   [(set_attr "op_type"  "RS<E>,RSY")
    (set_attr "atype"    "reg,reg")
+   (set_attr "cpu_facility" "*,z196")
    (set_attr "z10prop" "z10_super_E1,*")])