s390.md ("bswap<mode>2"): Only available on z900.

2009-06-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* config/s390/s390.md ("bswap<mode>2"): Only available on z900.

From-SVN: r148484
This commit is contained in:
Andreas Krebbel 2009-06-15 09:27:22 +00:00 committed by Andreas Krebbel
parent 4896102f9a
commit de1b1d406e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-06-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md ("bswap<mode>2"): Only available on z900.
2009-06-11 H.J. Lu <hongjiu.lu@intel.com>
Backport from mainline:

View File

@ -8750,7 +8750,7 @@
(define_insn "bswap<mode>2"
[(set (match_operand:GPR 0 "register_operand" "=d, d")
(bswap:GPR (match_operand:GPR 1 "nonimmediate_operand" " d,RT")))]
""
"TARGET_CPU_ZARCH"
"@
lrv<g>r\t%0,%1
lrv<g>\t%0,%1"