Commit be52ec1d by Kazu Hirata Committed by Kazu Hirata

h8300.md (*subhi3_h8300): Remove '&' from the constraint.

	* config/h8300/h8300.md (*subhi3_h8300): Remove '&' from the
	constraint.
	(*subhi3_h8300hs): Likewise.

From-SVN: r74013
parent ffa22984
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> 2003-11-28 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.h (MASK_MFCRF): New. * config/rs6000/rs6000.h (MASK_MFCRF): New.
......
...@@ -972,7 +972,7 @@ ...@@ -972,7 +972,7 @@
"") "")
(define_insn "*subhi3_h8300" (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") (minus:HI (match_operand:HI 1 "general_operand" "0,0")
(match_operand:HI 2 "nonmemory_operand" "r,n")))] (match_operand:HI 2 "nonmemory_operand" "r,n")))]
"TARGET_H8300" "TARGET_H8300"
...@@ -983,7 +983,7 @@ ...@@ -983,7 +983,7 @@
(set_attr "cc" "set_zn,clobber")]) (set_attr "cc" "set_zn,clobber")])
(define_insn "*subhi3_h8300hs" (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") (minus:HI (match_operand:HI 1 "general_operand" "0,0")
(match_operand:HI 2 "nonmemory_operand" "r,n")))] (match_operand:HI 2 "nonmemory_operand" "r,n")))]
"TARGET_H8300H || TARGET_H8300S" "TARGET_H8300H || TARGET_H8300S"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment