Blame SOURCES/gcc44-rh867878.patch

f28b6a
2012-01-31  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
f28b6a
f28b6a
	* config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
f28b6a
	to srak instruction.
f28b6a
f28b6a
--- gcc/config/s390/s390.md	(revision 183758)
f28b6a
+++ gcc/config/s390/s390.md	(revision 183759)
f28b6a
@@ -7650,6 +7650,7 @@ (define_insn "*ashr<mode>3_and"
f28b6a
    sra<gk>\t%0,%1,%Y2"
f28b6a
   [(set_attr "op_type"  "RS<E>,RSY")
f28b6a
    (set_attr "atype"    "reg,reg")
f28b6a
+   (set_attr "cpu_facility" "*,z196")
f28b6a
    (set_attr "z10prop" "z10_super_E1,*")])
f28b6a
 
f28b6a