]> gcc.gnu.org Git - gcc.git/commitdiff
builtins.c: Follow spelling conventions.
authorKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 Jun 2003 19:43:01 +0000 (19:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 Jun 2003 19:43:01 +0000 (19:43 +0000)
* builtins.c: Follow spelling conventions.
* cgraph.c: Likewise.
* cpplex.c: Likewise.
* config/arm/arm.c: Likewise.
* config/arm/iwmmxt.md: Likewise.
* config/c4x/c4x-modes.def: Likewise.
* config/c4x/c4x.c: Likewise.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.
* config/i386/i386-interix.h: Likewise.
* config/mips/mips.h: Likewise.

From-SVN: r68648

gcc/builtins.c
gcc/cgraph.c
gcc/config/arm/arm.c
gcc/config/arm/iwmmxt.md
gcc/config/c4x/c4x-modes.def
gcc/config/c4x/c4x.c
gcc/config/c4x/c4x.h
gcc/config/c4x/c4x.md
gcc/config/i386/i386-interix.h
gcc/config/mips/mips.h
gcc/cpplex.c

index 1201f1c1cbd5bf6f34c2fb2220a866b81afa2788..764a4aa711c596721eda641330da749c086c5283 100644 (file)
@@ -242,9 +242,9 @@ get_pointer_alignment (tree exp, unsigned int max_align)
    way, because it could contain a zero byte in the middle.
    TREE_STRING_LENGTH is the size of the character array, not the string.
 
-   ONLY_VALUE should be non-zero if the result is not going to be emitted
+   ONLY_VALUE should be nonzero if the result is not going to be emitted
    into the instruction stream and zero if it is going to be expanded.
-   E.g. with i++ ? "foo" : "bar", if ONLY_VALUE is non-zero, constant 3
+   E.g. with i++ ? "foo" : "bar", if ONLY_VALUE is nonzero, constant 3
    is returned, otherwise NULL, since
    len = c_strlen (src, 1); if (len) expand_expr (len, ...); would not
    evaluate the side-effects.
index ffc33123028bcb30c02bfcefd4e924692e340684..d8908afb40741460603d47ae1c5fca908761aa2d 100644 (file)
@@ -373,7 +373,7 @@ cgraph_varpool_hash_node (const PTR p)
                       (((struct cgraph_varpool_node *) p)->decl));
 }
 
-/* Returns non-zero if P1 and P2 are equal.  */
+/* Returns nonzero if P1 and P2 are equal.  */
 
 static int
 eq_cgraph_varpool_node (const PTR p1, const PTR p2)
index c0ee99ed8c3d6a0dcc247be24caa2f9d07809316..c02e7be901ac78e5970a2dd855a4b97cb7d868e5 100644 (file)
@@ -2094,7 +2094,7 @@ arm_va_arg (tree valist, tree type)
       TREE_SIDE_EFFECTS (t) = 1;
       expand_expr (t, const0_rtx, VOIDmode, EXPAND_NORMAL);
 
-      /* This is to stop the combine pass optimising
+      /* This is to stop the combine pass optimizing
         away the alignment adjustment.  */
       mark_reg_pointer (arg_pointer_rtx, PARM_BOUNDARY);
     }
index 5f3fd7bf17f4400c184d3c71bad052e90ade960f..f9ef5211e2f52cd098ca5a4d8f03c619cc40b702 100644 (file)
    (set_attr "neg_pool_range" "*,     *, 244,*,*, 244")])
 
 ;; This pattern should not be needed.  It is to match a
-;; wierd case generated by GCC when no optimisations are
+;; wierd case generated by GCC when no optimizations are
 ;; enabled.  (Try compiling gcc/testsuite/gcc.c-torture/
 ;; compile/simd-5.c at -O0).  The mode for operands[1] is
 ;; deliberately omitted.
index 50798069cc609bafd83e581732f8f71b5ece752c..be536e0564563b675c2507d3f5c6dde9e651f95e 100644 (file)
@@ -25,7 +25,7 @@
 
    On the C4x, we have a "no-overflow" mode which is used when an ADD,
    SUB, NEG, or MPY insn is used to set the condition code.  This is
-   to prevent the combiner from optimising away a following CMP of the
+   to prevent the combiner from optimizing away a following CMP of the
    result with zero when a signed conditional branch or load insn
    follows.
 
index 5d097cc0cda272ac7c680a0a291f5d840970d184..bc677832f936eeb71c3f75425cd1eb7a7afe1ace 100644 (file)
@@ -1692,7 +1692,7 @@ c4x_legitimize_address (orig, mode)
 
 /* Provide the costs of an addressing mode that contains ADDR.
    If ADDR is not a valid address, its cost is irrelevant.  
-   This is used in cse and loop optimisation to determine
+   This is used in cse and loop optimization to determine
    if it is worthwhile storing a common address into a register. 
    Unfortunately, the C4x address cost depends on other operands.  */
 
@@ -2437,7 +2437,7 @@ c4x_rptb_insert (insn)
 
 /* We need to use direct addressing for large constants and addresses
    that cannot fit within an instruction.  We must check for these
-   after after the final jump optimisation pass, since this may
+   after after the final jump optimization pass, since this may
    introduce a local_move insn for a SYMBOL_REF.  This pass
    must come before delayed branch slot filling since it can generate
    additional instructions.
@@ -3642,7 +3642,7 @@ c4x_address_conflict (op0, op1, store0, store1)
         cause problems except when writing to a hardware device such
         as a FIFO since the second write will be lost.  The user
         should flag the hardware location as being volatile so that
-        we don't do this optimisation.  While it is unlikely that we
+        we don't do this optimization.  While it is unlikely that we
         have an aliased address if both locations are not marked
         volatile, it is probably safer to flag a potential conflict
         if either location is volatile.  */
@@ -4034,7 +4034,7 @@ legitimize_operands (code, operands, mode)
       /* During RTL generation, force constants into pseudos so that
         they can get hoisted out of loops.  This will tie up an extra
         register but can save an extra cycle.  Only do this if loop
-        optimisation enabled.  (We cannot pull this trick for add and
+        optimization enabled.  (We cannot pull this trick for add and
         sub instructions since the flow pass won't find
         autoincrements etc.)  This allows us to generate compare
         instructions like CMPI R0, *AR0++ where R0 = 42, say, instead
index fb3622bb31317518b371d27883e1ccad6e7f4b9f..3fa2d91ef6e64e57b5f8de0b09116a8ba547de68 100644 (file)
@@ -775,7 +775,7 @@ enum reg_class
    is defined since the MPY|ADD insns require the classes R0R1_REGS and
    R2R3_REGS which are used by the function return registers (R0,R1) and
    the register arguments (R2,R3), respectively.  I'm reluctant to define
-   this macro since it stomps on many potential optimisations.  Ideally
+   this macro since it stomps on many potential optimizations.  Ideally
    it should have a register class argument so that not all the register
    classes gets penalised for the sake of a naughty few...  For long
    double arithmetic we need two additional registers that we can use as
index 07e140b050634d45f6c87551b2211c4457ced0d1..0957fe9ef7062c7c0c139edacd05c290677efa83 100644 (file)
 ; Unfortunately the C40 doesn't allow cmpi3 7, *ar0++ so the next best
 ; thing would be to get the small constant loaded into a register (say r0)
 ; so that it could be hoisted out of the loop so that we only
-; would need to do cmpi3 *ar0++, r0.  Now the loop optimisation pass
+; would need to do cmpi3 *ar0++, r0.  Now the loop optimization pass
 ; comes before the flow pass (which finds autoincrements) so we're stuck.
-; Ideally, GCC requires another loop optimisation pass (preferably after
+; Ideally, GCC requires another loop optimization pass (preferably after
 ; reload) so that it can hoist invariants out of loops.
 ; The current solution modifies legitimize_operands () so that small
 ; constants are forced into a pseudo register.
index c58d07ba7873932bf3011e188ec4e56a556aec9d..4d5e202c16aba9fb6203cd2943e801917785a3cb 100644 (file)
@@ -236,7 +236,7 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_NOP_FUN_DLLIMPORT 1
 #define drectve_section()  /* nothing */
 
-/* Objective C has its own packing rules...
+/* Objective-C has its own packing rules...
    Objc tries to parallel the code in stor-layout.c at runtime 
    (see libobjc/encoding.c).  This (compile-time) packing info isn't 
    available at runtime, so it's hopeless to try.
index 40ea4df93646fb1602208460510449beee494042..6325d9534a98e9ce3d34d87678b034b28262dfcc 100644 (file)
@@ -3166,7 +3166,7 @@ typedef struct mips_args {
 
 \f
 /* The cost of loading values from the constant pool.  It should be
-   larger than the cost of any constant we want to synthesise in-line.  */
+   larger than the cost of any constant we want to synthesize in-line.  */
 
 #define CONSTANT_POOL_COST COSTS_N_INSNS (8)
 
index 6933e75035bc11e6fed1d6c2407a553c620b76e8..c536c768813dc74991ca19b5231337c4965e6e88 100644 (file)
@@ -746,7 +746,7 @@ _cpp_get_fresh_line (cpp_reader *pfile)
    get diagnostics pointing to the correct location.
 
    Does not handle issues such as token lookahead, multiple-include
-   optimisation, directives, skipping etc.  This function is only
+   optimization, directives, skipping etc.  This function is only
    suitable for use by _cpp_lex_token, and in special cases like
    lex_expansion_token which doesn't care for any of these issues.
 
This page took 0.100283 seconds and 5 git commands to generate.