]> gcc.gnu.org Git - gcc.git/commitdiff
h8300.c: Fix formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 27 Nov 2003 17:40:10 +0000 (17:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 27 Nov 2003 17:40:10 +0000 (17:40 +0000)
* config/h8300/h8300.c: Fix formatting.
* config/h8300/h8300.md: Likewise.

From-SVN: r73997

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

index 1f637a0bc3a93c28e9d593419da5755c3af98234..a4442e0c2b0f15d236a4defa4d280377b9da0a92 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 41c7f843a702aeb97a61e44eb840647f8b705680..f9754e415c444989e22ec32c70d7599fce47695f 100644 (file)
@@ -1981,7 +1981,7 @@ compute_mov_length (rtx *operands)
 
                  if (val == (val & 0x00ff) || val == (val & 0xff00))
                    return 4;
-                 
+
                  switch (val & 0xffffffff)
                    {
                    case 0xffffffff:
@@ -4550,7 +4550,7 @@ h8300_hard_regno_rename_ok (unsigned int old_reg ATTRIBUTE_UNUSED,
       && !regs_ever_live[new_reg])
     return 0;
 
-   return 1;
+  return 1;
 }
 \f
 /* Perform target dependent optabs initialization.  */
index ad90c92abdb688976acbb68473552e3c6e6cbe70..bbdf37788468754b4e73eb363679e1ab8d2b2220 100644 (file)
    (set_attr "length" "2")])
 
 (define_insn "*tablejump_h8300hs_normal"
-   [(set (pc) (match_operand:HI 0 "register_operand" "r"))
-    (use (label_ref (match_operand 1 "" "")))]
-   "(TARGET_H8300H || TARGET_H8300S) && TARGET_NORMAL_MODE"
-   "jmp @%S0"
-   [(set_attr "cc" "none")
-    (set_attr "length" "2")])
+  [(set (pc) (match_operand:HI 0 "register_operand" "r"))
+   (use (label_ref (match_operand 1 "" "")))]
+  "(TARGET_H8300H || TARGET_H8300S) && TARGET_NORMAL_MODE"
+  "jmp @%S0"
+  [(set_attr "cc" "none")
+   (set_attr "length" "2")])
 
 ;; This is a define expand, because pointers may be either 16 or 32 bits.
 
 (define_expand "push_h8300"
   [(set (mem:HI (pre_dec:HI (reg:HI SP_REG)))
         (match_operand:HI 0 "register_operand" ""))]
-       
   "TARGET_H8300"
   "")
 
This page took 0.07841 seconds and 5 git commands to generate.