* h8300.c: Fix formatting.
authorKazu Hirata <kazu@hxi.com>
Sun, 23 Jul 2000 16:32:10 +0000 (16:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 23 Jul 2000 16:32:10 +0000 (10:32 -0600)
From-SVN: r35203

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

index 4b289373d36f706e5dab42ab36e84bbcb802bfe7..532546de0bbddce6437e5224ca98b70948326faa 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-23  Kazu Hirata  <kazu@hxi.com>
+
+       * h8300.c: Fix formatting.
+
 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
index 2688714b84cb9fd14a83f5c0b634fb1b069f65b5..fd165e84dd66892a2052722ba39853e9bb93907f 100644 (file)
@@ -626,9 +626,9 @@ call_insn_operand (op, mode)
   return 0;
 }
 
-/* Return 1 if a addition/subtraction of a constant integer can be
+/* Return 1 if an addition/subtraction of a constant integer can be
    transformed into two consecutive adds/subs that are faster than the
-   straightforward way.  Otherwise, return 0. */
+   straightforward way.  Otherwise, return 0.  */
 
 int
 two_insn_adds_subs_operand (op, mode)
@@ -654,7 +654,7 @@ two_insn_adds_subs_operand (op, mode)
                  || value == 4 + 1
                  || value == 4 + 2
                  || value == 4 + 4))
-             return 1;
+           return 1;
        }
       else
        {