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>
......
...@@ -1981,7 +1981,7 @@ compute_mov_length (rtx *operands) ...@@ -1981,7 +1981,7 @@ compute_mov_length (rtx *operands)
if (val == (val & 0x00ff) || val == (val & 0xff00)) if (val == (val & 0x00ff) || val == (val & 0xff00))
return 4; return 4;
switch (val & 0xffffffff) switch (val & 0xffffffff)
{ {
case 0xffffffff: case 0xffffffff:
...@@ -4550,7 +4550,7 @@ h8300_hard_regno_rename_ok (unsigned int old_reg ATTRIBUTE_UNUSED, ...@@ -4550,7 +4550,7 @@ h8300_hard_regno_rename_ok (unsigned int old_reg ATTRIBUTE_UNUSED,
&& !regs_ever_live[new_reg]) && !regs_ever_live[new_reg])
return 0; return 0;
return 1; return 1;
} }
/* Perform target dependent optabs initialization. */ /* Perform target dependent optabs initialization. */
......
...@@ -1768,12 +1768,12 @@ ...@@ -1768,12 +1768,12 @@
(set_attr "length" "2")]) (set_attr "length" "2")])
(define_insn "*tablejump_h8300hs_normal" (define_insn "*tablejump_h8300hs_normal"
[(set (pc) (match_operand:HI 0 "register_operand" "r")) [(set (pc) (match_operand:HI 0 "register_operand" "r"))
(use (label_ref (match_operand 1 "" "")))] (use (label_ref (match_operand 1 "" "")))]
"(TARGET_H8300H || TARGET_H8300S) && TARGET_NORMAL_MODE" "(TARGET_H8300H || TARGET_H8300S) && TARGET_NORMAL_MODE"
"jmp @%S0" "jmp @%S0"
[(set_attr "cc" "none") [(set_attr "cc" "none")
(set_attr "length" "2")]) (set_attr "length" "2")])
;; This is a define expand, because pointers may be either 16 or 32 bits. ;; This is a define expand, because pointers may be either 16 or 32 bits.
...@@ -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