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 01c72de..e16650b 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 e8214dd..6f854a5 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,*")])