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:07:02 +0000 (15:07 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 31 Jan 2012 15:07:02 +0000 (15:07 +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: r183759

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

index 01c72de0a7bf7693e3bf889457c5b8c305c360d4..e16650b2349f525059437d6e3e9a14491be7bcac 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-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true
index e8214dde60fac7527717dffdc48f0ca82c911726..6f854a565b34600d24fc98c367b0d2276228a251 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,*")])