OSDN Git Service

* config/h8300/h8300.h: Fix formatting.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2002 15:26:04 +0000 (15:26 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2002 15:26:04 +0000 (15:26 +0000)
* config/h8300/h8300.md: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49284 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300.h
gcc/config/h8300/h8300.md

index 364d76f..b1c4403 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-28  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.h: Fix formatting.
+       * config/h8300/h8300.md: Likewise.
+
 2002-01-28  Loren J. Rittle  <ljrittle@acm.org>
 
        * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
index 8772242..06a29ab 100644 (file)
@@ -1217,7 +1217,7 @@ readonly_data ()                                                  \
   while (0)
 
 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
-   ASM_OUTPUT_LABEL(FILE, NAME)
+   ASM_OUTPUT_LABEL (FILE, NAME)
 
 /* The prefix to add to user-visible assembler symbols.  */
 
index bdb9183..03b430b 100644 (file)
     case 5:
       return \"mov.w   %T1,%e0\;mov.w  %T1,%f0\";
     default:
-      abort();
+      abort ();
     }
 }"
   [(set_attr "length" "4,4,8,8,4,4")
     case 5:
       return \"mov.w   %T1,%e0\;mov.w  %T1,%f0\";
     default:
-      abort();
+      abort ();
     }
 }"
   [(set_attr "length" "4,4,8,8,4,4")
    (set (match_operand:HI 0 "register_operand" "")
        (match_dup 2))]
   ""
-  "{ operands[2] = gen_reg_rtx (HImode); }")
+  "operands[2] = gen_reg_rtx (HImode);")
 
 (define_insn "neghi2_h8300h"
   [(set (match_operand:HI 0 "register_operand" "=r")
    (set (match_operand:SI 0 "register_operand" "")
        (match_dup 2))]
   ""
-  "{ operands[2] = gen_reg_rtx(SImode); }")
+  "operands[2] = gen_reg_rtx (SImode);")
 
 (define_insn "negsi2_h8300h"
   [(set (match_operand:SI 0 "register_operand" "=r")
 }"
   [(set_attr "cc" "clobber")
    (set (attr "length")
-     (if_then_else (match_operand:QI 0 "small_call_insn_operand" "")
-                  (const_int 4)
-                  (const_int 8)))])
+       (if_then_else (match_operand:QI 0 "small_call_insn_operand" "")
+                     (const_int 4)
+                     (const_int 8)))])
 
 ;; Call subroutine, returning value in operand 0
 ;; (which must be a hard register).
 }"
   [(set_attr "cc" "clobber")
    (set (attr "length")
-     (if_then_else (match_operand:QI 0 "small_call_insn_operand" "")
-                  (const_int 4)
-                  (const_int 8)))])
+       (if_then_else (match_operand:QI 0 "small_call_insn_operand" "")
+                     (const_int 4)
+                     (const_int 8)))])
 
 (define_insn "nop"
   [(const_int 0)]