diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-01-31 15:07:02 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2012-01-31 15:07:02 +0000 |
commit | 01496eca3fede67bfd362d3bdbe20b55d7c54b28 (patch) | |
tree | 698fa031ce872ebeacd0aa8db87d48e0e8e4b5a5 /gcc/config/s390 | |
parent | e8738e985e0f68605beadaff521afbb4033c6c80 (diff) | |
download | gcc-01496eca3fede67bfd362d3bdbe20b55d7c54b28.zip gcc-01496eca3fede67bfd362d3bdbe20b55d7c54b28.tar.gz gcc-01496eca3fede67bfd362d3bdbe20b55d7c54b28.tar.bz2 |
s390.md ("*ashr<mode>3_and"): Add missing z196 flag to srak instruction.
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
Diffstat (limited to 'gcc/config/s390')
-rw-r--r-- | gcc/config/s390/s390.md | 1 |
1 files changed, 1 insertions, 0 deletions
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<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,*")]) |