Applied to mainline and 4.6 branch.

2012-01-31  Andreas Krebbel  <andreas.kreb...@de.ibm.com>

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

Index: gcc/config/s390/s390.md
===================================================================
--- gcc/config/s390/s390.md     (revision 183758)
+++ gcc/config/s390/s390.md     (working copy)
@@ -7650,6 +7650,7 @@
    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,*")])
 
 

Reply via email to