* config/cris/cris.md ("*andhi_lowpart_non_v32", "*andhi_lowpart_v32")
authorHans-Peter Nilsson <hp@axis.com>
Sun, 13 Apr 2008 00:51:51 +0000 (00:51 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 13 Apr 2008 00:51:51 +0000 (00:51 +0000)
("*andqi_lowpart_non_v32", "*andqi_lowpart_v32"): Use "+" for the
operand 0 constraint, not "=".

From-SVN: r134236

gcc/ChangeLog
gcc/config/cris/cris.md

index fa39283..69cb7f2 100644 (file)
@@ -1,3 +1,9 @@
+2008-04-13  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/cris/cris.md ("*andhi_lowpart_non_v32", "*andhi_lowpart_v32")
+       ("*andqi_lowpart_non_v32", "*andqi_lowpart_v32"): Use "+" for the
+       operand 0 constraint, not "=".
+
 2008-04-11  James E. Wilson  <wilson@tuliptree.org>
 
        * system.h: Change ASSERT_CHECKING to ENABLE_ASSERT_CHECKING.
index 1200a22..97353cd 100644 (file)
 
 (define_insn "*andhi_lowpart_non_v32"
   [(set (strict_low_part
-        (match_operand:HI 0 "register_operand"        "=r,r, r,r,r,r"))
+        (match_operand:HI 0 "register_operand"        "+r,r, r,r,r,r"))
        (and:HI (match_operand:HI 1 "register_operand" "%0,0, 0,0,0,r")
                (match_operand:HI 2 "general_operand"   "r,Q>,L,O,g,!To")))]
   "!TARGET_V32"
 
 (define_insn "*andhi_lowpart_v32"
   [(set (strict_low_part
-        (match_operand:HI 0 "register_operand" "=r,r,r,r,r"))
+        (match_operand:HI 0 "register_operand" "+r,r,r,r,r"))
        (and:HI (match_operand:HI 1 "register_operand" "%0,0,0,0,0")
                (match_operand:HI 2 "general_operand" "r,Q>,L,O,g")))]
   "TARGET_V32"
 
 (define_insn "*andqi_lowpart_non_v32"
   [(set (strict_low_part
-        (match_operand:QI 0 "register_operand"        "=r,r, r,r,r"))
+        (match_operand:QI 0 "register_operand"        "+r,r, r,r,r"))
        (and:QI (match_operand:QI 1 "register_operand" "%0,0, 0,0,r")
                (match_operand:QI 2 "general_operand"   "r,Q>,O,g,!To")))]
   "!TARGET_V32"
 
 (define_insn "*andqi_lowpart_v32"
   [(set (strict_low_part
-        (match_operand:QI 0 "register_operand" "=r,r,r,r"))
+        (match_operand:QI 0 "register_operand" "+r,r,r,r"))
        (and:QI (match_operand:QI 1 "register_operand" "%0,0,0,0")
                (match_operand:QI 2 "general_operand" "r,Q>,O,g")))]
   "TARGET_V32"