h8300.md (*subhi3_h8300): Remove '&' from the constraint.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 28 Nov 2003 05:16:52 +0000 (05:16 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 28 Nov 2003 05:16:52 +0000 (05:16 +0000)
* config/h8300/h8300.md (*subhi3_h8300): Remove '&' from the
constraint.
(*subhi3_h8300hs): Likewise.

From-SVN: r74013

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

index 3d65e50af577fc8e0dee31d5273ba545b721fe27..8a611613fd17722a463588281058e64adda90f73 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (*subhi3_h8300): Remove '&' from the
+       constraint.
+       (*subhi3_h8300hs): Likewise.
+
 2003-11-28  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/rs6000.h (MASK_MFCRF): New.
index e1be1e0960c53a55db625c0d3dc415da0e2e16a8..f93d7fc5f25fb762f8023c737f88d887da28f369 100644 (file)
   "")
 
 (define_insn "*subhi3_h8300"
-  [(set (match_operand:HI 0 "register_operand" "=r,&r")
+  [(set (match_operand:HI 0 "register_operand" "=r,r")
        (minus:HI (match_operand:HI 1 "general_operand" "0,0")
                  (match_operand:HI 2 "nonmemory_operand" "r,n")))]
   "TARGET_H8300"
    (set_attr "cc" "set_zn,clobber")])
 
 (define_insn "*subhi3_h8300hs"
-  [(set (match_operand:HI 0 "register_operand" "=r,&r")
+  [(set (match_operand:HI 0 "register_operand" "=r,r")
        (minus:HI (match_operand:HI 1 "general_operand" "0,0")
                  (match_operand:HI 2 "nonmemory_operand" "r,n")))]
   "TARGET_H8300H || TARGET_H8300S"