From 01496eca3fede67bfd362d3bdbe20b55d7c54b28 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 31 Jan 2012 15:07:02 +0000 Subject: s390.md ("*ashr3_and"): Add missing z196 flag to srak instruction. 2012-01-31 Andreas Krebbel * config/s390/s390.md ("*ashr3_and"): Add missing z196 flag to srak instruction. From-SVN: r183759 --- gcc/config/s390/s390.md | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/config/s390') diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index e8214dd..6f854a5 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -7650,6 +7650,7 @@ sra\t%0,%1,%Y2" [(set_attr "op_type" "RS,RSY") (set_attr "atype" "reg,reg") + (set_attr "cpu_facility" "*,z196") (set_attr "z10prop" "z10_super_E1,*")]) -- cgit v1.1