]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iq2000.c: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 23 Aug 2003 02:51:23 +0000 (02:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 23 Aug 2003 02:51:23 +0000 (02:51 +0000)
* config/iq2000/iq2000.c: Follow spelling conventions.
* config/iq2000/iq2000.h: Likewise.
* config/mn10300/mn10300.c: Likewise.

From-SVN: r70726

gcc/ChangeLog
gcc/config/iq2000/iq2000.c
gcc/config/iq2000/iq2000.h
gcc/config/mn10300/mn10300.c

index 86a1995deba6314eebb774e50f620eaa0edee18f..527d14ce9b32d4b4857c514d6cd588ff21d31fc9 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/iq2000/iq2000.c: Follow spelling conventions.
+       * config/iq2000/iq2000.h: Likewise.
+       * config/mn10300/mn10300.c: Likewise.
+
 2003-08-22  Jason Eckhardt  <jle@rice.edu>
 
        * config/i860/i860.c (output_move_double): Don't set latehalf
index 08c074f8928f5e685236f87ddb6d984e089f0a4f..e54f495f3353f8c130909ae1c2f69e9f8e2dd390 100644 (file)
@@ -420,7 +420,7 @@ iq2000_reg_mode_ok_for_base_p (rtx reg,
 }
 
 /* Return a nonzero value if XINSN is a legitimate address for a
-   memory operand of the indicated MODE.  STRICT is non-zero if this
+   memory operand of the indicated MODE.  STRICT is nonzero if this
    function is called during reload.  */
 
 int
@@ -1195,7 +1195,7 @@ gen_conditional_branch (rtx operands[], enum rtx_code test_code)
          test_code = NE;
        }
       else if (GET_CODE (cmp1) == CONST_INT && INTVAL (cmp1) != 0)
-       /* We don't want to build a comparison against a non-zero
+       /* We don't want to build a comparison against a nonzero
           constant.  */
        cmp1 = force_reg (mode, cmp1);
 
@@ -2525,7 +2525,7 @@ iq2000_can_use_return_insn (void)
   return compute_frame_size (get_frame_size ()) == 0;
 }
 \f
-/* Returns non-zero if X contains a SYMBOL_REF.  */
+/* Returns nonzero if X contains a SYMBOL_REF.  */
 
 static int
 symbolic_expression_p (rtx x)
@@ -2679,11 +2679,11 @@ iq2000_adjust_insn_length (rtx insn, int length)
    INSN is the branch instruction.  OPERANDS[0] is the condition.
    OPERANDS[1] is the target of the branch.  OPERANDS[2] is the target
    of the first operand to the condition.  If TWO_OPERANDS_P is
-   non-zero the comparison takes two operands; OPERANDS[3] will be the
+   nonzero the comparison takes two operands; OPERANDS[3] will be the
    second operand.
 
-   If INVERTED_P is non-zero we are to branch if the condition does
-   not hold.  If FLOAT_P is non-zero this is a floating-point comparison.
+   If INVERTED_P is nonzero we are to branch if the condition does
+   not hold.  If FLOAT_P is nonzero this is a floating-point comparison.
 
    LENGTH is the length (in bytes) of the sequence we are to generate.
    That tells us whether to generate a simple conditional branch, or a
@@ -2696,7 +2696,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
   static char buffer[200];
   /* The kind of comparison we are doing.  */
   enum rtx_code code = GET_CODE (operands[0]);
-  /* Non-zero if the opcode for the comparison needs a `z' indicating
+  /* Nonzero if the opcode for the comparison needs a `z' indicating
      that it is a comparision against zero.  */
   int need_z_p;
   /* A string to use in the assembly output to represent the first
@@ -2721,7 +2721,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
         subtract B from A and then look at the sign bit.  But, if we
         are doing an unsigned comparison, and B is zero, we don't
         have to do the subtraction.  Instead, we can just check to
-        see if A is non-zero.  Thus, we change the CODE here to
+        see if A is nonzero.  Thus, we change the CODE here to
         reflect the simpler comparison operation.  */
       switch (code)
        {
index 0d9c91404f23c5628b557351dce87128783c1e07..677fee600c6e061e86c4f190ffa5ab3d70924acd 100644 (file)
@@ -1250,7 +1250,7 @@ extern void               sbss_section (void);
 
 /* Certain machines have the property that some registers cannot be
    copied to some other registers without using memory.  Define this
-   macro on those machines to be a C expression that is non-zero if
+   macro on those machines to be a C expression that is nonzero if
    objects of mode MODE in registers of CLASS1 can only be copied to
    registers of class CLASS2 by storing a register of CLASS1 into
    memory and loading that memory location into a register of CLASS2.
index fc22324c47e2910e2d13a7bcc974c494130fb282..3e14de3764397b3c8230065c341ec8dbe8ea4c5c 100644 (file)
@@ -695,7 +695,7 @@ expand_prologue ()
 #define SIZE_FMOV_SP(S,N) (SIZE_FMOV_SP_ ((unsigned HOST_WIDE_INT)(S), (N)))
 
       /* Consider alternative save_sp_merge only if we don't need the
-        frame pointer and size is non-zero.  */
+        frame pointer and size is nonzero.  */
       if (! frame_pointer_needed && size)
        {
          /* Insn: add -(size + 4 * num_regs_to_save), sp.  */
@@ -750,7 +750,7 @@ expand_prologue ()
        }
 
       /* Consider alternative save_a0_merge only if we don't need a
-        frame pointer, size is non-zero and the user hasn't
+        frame pointer, size is nonzero and the user hasn't
         changed the calling conventions of a0.  */
       if (! frame_pointer_needed && size
          && call_used_regs[FIRST_ADDRESS_REGNUM]
@@ -1855,7 +1855,7 @@ legitimize_pic_address (orig, reg)
 }
 
 /* Return zero if X references a SYMBOL_REF or LABEL_REF whose symbol
-   isn't protected by a PIC unspec; non-zero otherwise.  */
+   isn't protected by a PIC unspec; nonzero otherwise.  */
 int
 legitimate_pic_operand_p (x)
      rtx x;