diff gcc/config/s390/s390.md @ 19:58ad6c70ea60

update gcc from 4.4.0 to 4.4.1.
author kent@firefly.cr.ie.u-ryukyu.ac.jp
date Thu, 24 Sep 2009 13:21:57 +0900
parents a06113de4d67
children 855418dad1a3
line wrap: on
line diff
--- a/gcc/config/s390/s390.md	Thu Sep 24 13:06:16 2009 +0900
+++ b/gcc/config/s390/s390.md	Thu Sep 24 13:21:57 2009 +0900
@@ -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"