From patchwork Tue Jan 31 15:14:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Committed] S/390: Add z196 flag to srak instruction Date: Tue, 31 Jan 2012 05:14:59 -0000 From: Andreas Krebbel X-Patchwork-Id: 138793 Message-Id: <20120131151459.GA7838@bart> To: gcc-patches@gcc.gnu.org Applied to mainline and 4.6 branch. 2012-01-31 Andreas Krebbel * config/s390/s390.md ("*ashr3_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\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,*")])