h8300.md (movstrictqi): Changed constraint modifier on operand 0 to '+'.
authorMatthew Hiller <hiller@redhat.com>
Mon, 11 Sep 2000 21:53:45 +0000 (21:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 11 Sep 2000 21:53:45 +0000 (15:53 -0600)
        * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
        on operand 0 to '+'.
        (movstricthi): Likewise.

From-SVN: r36337

gcc/ChangeLog
gcc/config/h8300/h8300.md

index a55af5f375123f3d0b319626cb0b4edb6c24b75d..705ccbb09ce34ff86b26ef562892b074e01a91b3 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-11  Matthew Hiller  <hiller@redhat.com>
+
+       * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
+       on operand 0 to '+'.
+       (movstricthi): Likewise.
+
 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
 
        * loop.h (LOOP_IVS): New macro.
index 57507156d489c53a75533fa2839d9eee105a87bf..290b7addd4f44a5762a9bf968a55a34351620904 100644 (file)
 }")
 
 (define_insn "movstrictqi"
-  [(set (strict_low_part (match_operand:QI 0 "general_operand_dst" "=r,r,r,r"))
+  [(set (strict_low_part (match_operand:QI 0 "general_operand_dst" "+r,r,r,r"))
                         (match_operand:QI 1 "general_operand_src" "I,r,n,m"))]
   ""
   "@
 }")
 
 (define_insn "movstricthi"
-  [(set (strict_low_part (match_operand:HI 0 "general_operand_dst" "=r,r,r,r"))
+  [(set (strict_low_part (match_operand:HI 0 "general_operand_dst" "+r,r,r,r"))
                         (match_operand:HI 1 "general_operand_src" "I,r,i,m"))]
   ""
   "@