Commit 80e58519 by Kazu Hirata Committed by Kazu Hirata

h8300.c: Fix formatting.

	* config/h8300/h8300.c: Fix formatting.
	* config/h8300/h8300.md: Likewise.

From-SVN: r73997
parent 7e920754
2003-11-27 Kazu Hirata <kazu@cs.umass.edu> 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c: Fix formatting.
* config/h8300/h8300.md: Likewise.
2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.h (ELIMINABLE_REGS): Update a coment. * config/h8300/h8300.h (ELIMINABLE_REGS): Update a coment.
2003-11-27 Kazu Hirata <kazu@cs.umass.edu> 2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
......
...@@ -1863,7 +1863,6 @@ ...@@ -1863,7 +1863,6 @@
(define_expand "push_h8300" (define_expand "push_h8300"
[(set (mem:HI (pre_dec:HI (reg:HI SP_REG))) [(set (mem:HI (pre_dec:HI (reg:HI SP_REG)))
(match_operand:HI 0 "register_operand" ""))] (match_operand:HI 0 "register_operand" ""))]
"TARGET_H8300" "TARGET_H8300"
"") "")
......
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