Commit b275810a by Kazu Hirata Committed by Kazu Hirata

h8300.md (pushqi1_h8300hs): Revert my patch today.

	* config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
	today.
	(pushhi1_h8300hs): Likewise.

From-SVN: r69051
parent 5671bf27
2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
today.
(pushhi1_h8300hs): Likewise.
2003-07-07 Andreas Jaeger <aj@suse.de> 2003-07-07 Andreas Jaeger <aj@suse.de>
* genextract.c: Convert remaining prototypes to ISO C90. * genextract.c: Convert remaining prototypes to ISO C90.
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
(match_operand:QI 0 "register_operand" "r"))])] (match_operand:QI 0 "register_operand" "r"))])]
"(TARGET_H8300H || TARGET_H8300S) "(TARGET_H8300H || TARGET_H8300S)
&& REGNO (operands[0]) != SP_REG" && REGNO (operands[0]) != SP_REG"
"mov.w\\t%f0,@-er7\;subs\\t#2,er7" "mov.l\\t%S0,@-er7"
[(set_attr "length" "4") [(set_attr "length" "4")
(set_attr "cc" "clobber")]) (set_attr "cc" "clobber")])
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
(match_operand:HI 0 "register_operand" "r"))])] (match_operand:HI 0 "register_operand" "r"))])]
"(TARGET_H8300H || TARGET_H8300S) "(TARGET_H8300H || TARGET_H8300S)
&& REGNO (operands[0]) != SP_REG" && REGNO (operands[0]) != SP_REG"
"mov.w\\t%f0,@-er7\;subs\\t#2,er7" "mov.l\\t%S0,@-er7"
[(set_attr "length" "4") [(set_attr "length" "4")
(set_attr "cc" "clobber")]) (set_attr "cc" "clobber")])
......
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