alias.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 18 Sep 2004 19:47:10 +0000 (19:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 18 Sep 2004 19:47:10 +0000 (19:47 +0000)
* alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
tree-ssa-operands.c, tree-ssa-phiopt.c,
tree-ssa-threadupdate.c: Fix comment typos.

From-SVN: r87707

23 files changed:
gcc/ChangeLog
gcc/alias.c
gcc/crtstuff.c
gcc/dbxout.c
gcc/domwalk.c
gcc/domwalk.h
gcc/gcc.c
gcc/gcse.c
gcc/global.c
gcc/lambda-code.c
gcc/loop.c
gcc/mips-tdump.c
gcc/optabs.h
gcc/predict.c
gcc/reg-stack.c
gcc/regclass.c
gcc/sched-rgn.c
gcc/tree-optimize.c
gcc/tree-ssa-dom.c
gcc/tree-ssa-forwprop.c
gcc/tree-ssa-operands.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa-threadupdate.c

index 1ede93d3fb33068c430fe437f763b88471760f1d..9cbeca88ec0c49351a2bf02e9564e2018c99ee96 100644 (file)
@@ -1,3 +1,12 @@
+2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * alias.c, crtstuff.c, dbxout.c, domwalk.c, domwalk.h, gcc.c,
+       gcse.c, global.c, lambda-code.c, loop.c, mips-tdump.c,
+       optabs.h, predict.c, reg-stack.c, regclass.c, sched-rgn.c,
+       tree-optimize.c, tree-ssa-dom.c, tree-ssa-forwprop.c,
+       tree-ssa-operands.c, tree-ssa-phiopt.c,
+       tree-ssa-threadupdate.c: Fix comment typos.
+
 2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/darwin-c.c, config/arc/arc.c, config/arc/arc.md,
index cc74ee8a18703ae21a37dcc8205d577bd3809f97..b937cb13cb84572bcd85d9e1035b7f799429b0ed 100644 (file)
@@ -2698,7 +2698,7 @@ memory_modified_1 (rtx x, rtx pat ATTRIBUTE_UNUSED, void *data)
 
 
 /* Return true when INSN possibly modify memory contents of MEM
-   (ie address can be modified).  */
+   (i.e. address can be modified).  */
 bool
 memory_modified_in_insn_p (rtx mem, rtx insn)
 {
index 25d15569edab394b152366ecd905e64010eaad43..ecb3dea314ac56891116c6db0100f4e07e37f640 100644 (file)
@@ -109,7 +109,7 @@ call_ ## FUNC (void)                                        \
    but not its definition.
 
    Making TARGET_WEAK_ATTRIBUTE conditional seems like a good solution until
-   one thinks about scaling to larger problems -- ie, the condition under
+   one thinks about scaling to larger problems -- i.e., the condition under
    which TARGET_WEAK_ATTRIBUTE is active will eventually get far too
    complicated.
 
index 62f3102fd1d4c844c9f9af44f0535018275b01ae..f822feef7992e7099833943fdb186ce285cd59e4 100644 (file)
@@ -1431,7 +1431,7 @@ dbxout_type (tree type, int full)
     {
     case VOID_TYPE:
     case LANG_TYPE:
-      /* For a void type, just define it as itself; ie, "5=5".
+      /* For a void type, just define it as itself; i.e., "5=5".
         This makes us consider it defined
         without saying what it is.  The debugger will make it
         a void type when the reference is seen, and nothing will
index ce0ccd113e48b63498fd6cbb7e08e96ffad7cf5a..7ac7ecf4f3e025966d3dc0641a76473d07eb968c 100644 (file)
@@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA.  */
 
 
   [ Note this walker can also walk the post-dominator tree, which is
-    defined in a similar manner.  ie, block B1 is said to post-dominate
+    defined in a similar manner.  i.e., block B1 is said to post-dominate
     block B2 if all paths from B2 to the exit block must pass through
     B1.  ]
 
index d477833795156cd43043c491ed6089ddff7a5802..53a872e34fc5204e08b65c183cf121075ccd5cdf 100644 (file)
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
 
 struct dom_walk_data
 {
-  /* This is the direction of the dominator tree we want to walk.  ie,
+  /* This is the direction of the dominator tree we want to walk.  i.e.,
      if it is set to CDI_DOMINATORS, then we walk the dominator tree,
      if it is set to CDI_POST_DOMINATORS, then we walk the post
      dominator tree.  */
index 6e7dec933ca246e5fc4303d832a19cdfab00fc1c..e6f72bf3cdf0c85264afbdddce8dfbb900630bc4 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5169,7 +5169,7 @@ do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part)
              }
            else
              /* Catch the case where a spec string contains something like
-                '%{foo:%*}'.  ie there is no * in the pattern on the left
+                '%{foo:%*}'.  i.e. there is no * in the pattern on the left
                 hand side of the :.  */
              error ("spec failure: '%%*' has not been initialized by pattern match");
            break;
index 32d4d44562ddebe09590b3cebfba019a027109dc..7ad4f7eeef220331a54774e81ad01863bb259763 100644 (file)
@@ -453,7 +453,7 @@ static int reg_set_table_size;
 /* This is a list of expressions which are MEMs and will be used by load
    or store motion.
    Load motion tracks MEMs which aren't killed by
-   anything except itself. (ie, loads and stores to a single location).
+   anything except itself. (i.e., loads and stores to a single location).
    We can then allow movement of these MEM refs with a little special
    allowance. (all stores copy the same value to the reaching reg used
    for the loads).  This means all values used to store into memory must have
@@ -2768,7 +2768,7 @@ find_avail_set (int regno, rtx insn)
   struct expr *set1 = 0;
 
   /* Loops are not possible here.  To get a loop we would need two sets
-     available at the start of the block containing INSN.  ie we would
+     available at the start of the block containing INSN.  i.e. we would
      need two sets like this available at the start of the block:
 
        (set (reg X) (reg Y))
@@ -2814,7 +2814,7 @@ find_avail_set (int regno, rtx insn)
       if (! REG_P (src))
        break;
 
-      /* Follow the copy chain, ie start another iteration of the loop
+      /* Follow the copy chain, i.e. start another iteration of the loop
         and see if we have an available copy into SRC.  */
       regno = REGNO (src);
     }
index e8184acd37e07fc832f006d8bbe09c54d32d1ab7..223a468e45bd131c3a9b9bc6d9beb23f54495c1e 100644 (file)
@@ -734,7 +734,7 @@ global_conflicts (void)
                   evaluates X.
 
                3. Either X or Y is not evaluated on the path to P
-                  (ie it is used uninitialized) and thus the
+                  (i.e. it is used uninitialized) and thus the
                   conflict can be ignored.
 
            In cases #1 and #2 the conflict will be recorded when we
index c520a6bf501b57d7bdd214a02af20a79452a0c8b..3faeee1bb9b7dcc87563f8630a36411500089ad5 100644 (file)
@@ -2033,7 +2033,7 @@ stmt_is_bumper_for_loop (struct loop *loop, tree stmt)
    innermost loop body.
    If S is a program statement, then
 
-   ie 
+   i.e. 
    DO I = 1, 20
        S1
        DO J = 1, 20
@@ -2395,7 +2395,7 @@ perfect_nestify (struct loops *loops,
    matrix T is legal when applied to a loop nest with a set of
    lexicographically non-negative distance vectors RDG if and only if
    for each vector d in RDG, (T.d >= 0) is lexicographically positive.
-   ie.: if and only if it transforms the lexicographically positive
+   i.e.: if and only if it transforms the lexicographically positive
    distance vectors to lexicographically positive vectors.  Note that
    a unimodular matrix must transform the zero vector (and only it) to
    the zero vector." S.Muchnick.  */
index ded07efb0b92ee002ed5d2b0c4b717913e9a7631..0f62789cab28de171634dab320e620f072cc34b1 100644 (file)
@@ -3558,7 +3558,7 @@ note_addr_stored (rtx x, rtx y ATTRIBUTE_UNUSED,
 }
 
 /* X is a value modified by an INSN that references a biv inside a loop
-   exit test (ie, X is somehow related to the value of the biv).  If X
+   exit test (i.e., X is somehow related to the value of the biv).  If X
    is a pseudo that is used more than once, then the biv is (effectively)
    used more than once.  DATA is a pointer to a loop_regs structure.  */
 
index cb3669a0d7179a665fb3e8675d0050f7c40dfc72..d320330531dfd3afe0632e1c9fcd5da16ac2b745 100644 (file)
@@ -631,7 +631,7 @@ type_to_string (AUXU *aux_ptr, int index, FDR *fdp)
       /*
        * Snarf up any array bounds in the correct order.  Arrays
        * store 5 successive words in the aux. table:
-       *       word 0  RNDXR to type of the bounds (ie, int)
+       *       word 0  RNDXR to type of the bounds (i.e., int)
        *       word 1  Current file descriptor index
        *       word 2  low bound
        *       word 3  high bound (or -1 if [])
@@ -689,7 +689,7 @@ type_to_string (AUXU *aux_ptr, int index, FDR *fdp)
                int first_array = i;
                int j;
 
-               /* Print array bounds reversed (ie, in the order the C
+               /* Print array bounds reversed (i.e., in the order the C
                   programmer writes them).  C is such a fun language....  */
 
                while (i < 5 && qualifiers[i+1].type == tq_Array)
index 648a158084ac1f48198666e7a54ff58d5c353d5e..b5632c770fe9adf9caa3cd73d81f4ce64a50dd95 100644 (file)
@@ -374,12 +374,12 @@ extern GTY(()) optab code_to_optab[NUM_RTX_CODE + 1];
 \f
 typedef rtx (*rtxfun) (rtx);
 
-/* Indexed by the rtx-code for a conditional (eg. EQ, LT,...)
+/* Indexed by the rtx-code for a conditional (e.g. EQ, LT,...)
    gives the gen_function to make a branch to test that condition.  */
 
 extern rtxfun bcc_gen_fctn[NUM_RTX_CODE];
 
-/* Indexed by the rtx-code for a conditional (eg. EQ, LT,...)
+/* Indexed by the rtx-code for a conditional (e.g. EQ, LT,...)
    gives the insn code to make a store-condition insn
    to test that condition.  */
 
index c6d5ce7cb9453860e50f20bd9b27680a6897b958..88de74b80b29df5f2d144d6a101c4fab839f7686 100644 (file)
@@ -823,7 +823,7 @@ estimate_probability (struct loops *loops_info)
               && !last_basic_block_p (e->dest))
            predict_edge_def (e, PRED_EARLY_RETURN, TAKEN);
 
-         /* Look for block we are guarding (ie we dominate it,
+         /* Look for block we are guarding (i.e. we dominate it,
             but it doesn't postdominate us).  */
          if (e->dest != EXIT_BLOCK_PTR && e->dest != bb
              && dominated_by_p (CDI_DOMINATORS, e->dest, e->src)
@@ -1183,7 +1183,7 @@ tree_estimate_probability (void)
               && !last_basic_block_p (e->dest))
            predict_edge_def (e, PRED_EARLY_RETURN, TAKEN);
 
-         /* Look for block we are guarding (ie we dominate it,
+         /* Look for block we are guarding (i.e. we dominate it,
             but it doesn't postdominate us).  */
          if (e->dest != EXIT_BLOCK_PTR && e->dest != bb
              && dominated_by_p (CDI_DOMINATORS, e->dest, e->src)
index f8fca7322cd0131b8b996f125c9fff68f8da572b..ee9c1e90402e1574f1f5fca8f32acad1177fdb2d 100644 (file)
                asm ("foo" : "=t" (a) : "f" (b));
 
       This asm says that input B is not popped by the asm, and that
-      the asm pushes a result onto the reg-stack, ie, the stack is one
+      the asm pushes a result onto the reg-stack, i.e., the stack is one
       deeper after the asm than it was before.  But, it is possible that
       reload will think that it can use the same reg for both the input and
       the output, if input B dies in this insn.
@@ -2393,7 +2393,7 @@ subst_stack_regs (rtx insn, stack regstack)
 
    Insert any needed insns before or after INSN, as indicated by
    WHERE.  OLD is the original stack layout, and NEW is the desired
-   form.  OLD is updated to reflect the code emitted, ie, it will be
+   form.  OLD is updated to reflect the code emitted, i.e., it will be
    the same as NEW upon return.
 
    This function will not preserve block_end[].  But that information
index 3d5a5f8dddd92e14b85499c0c9519c11af5c1d97..1d33a0977b2fb164b6606b376b4fc2f58d3d2a93 100644 (file)
@@ -1582,7 +1582,7 @@ record_reg_classes (int n_alts, int n_ops, rtx *ops,
                  win = address_operand (op, GET_MODE (op));
                  /* We know this operand is an address, so we want it to be
                     allocated to a register that can be the base of an
-                    address, ie BASE_REG_CLASS.  */
+                    address, i.e. BASE_REG_CLASS.  */
                  classes[i]
                    = reg_class_subunion[(int) classes[i]]
                      [(int) MODE_BASE_REG_CLASS (VOIDmode)];
@@ -1696,7 +1696,7 @@ record_reg_classes (int n_alts, int n_ops, rtx *ops,
                        win = 1;
                      /* We know this operand is an address, so we want it to
                         be allocated to a register that can be the base of an
-                        address, ie BASE_REG_CLASS.  */
+                        address, i.e. BASE_REG_CLASS.  */
                      classes[i]
                        = reg_class_subunion[(int) classes[i]]
                          [(int) MODE_BASE_REG_CLASS (VOIDmode)];
index 9bd6d527feb22a917a52d4bae04a7ef73ab05f2e..4da38c530c6ec2b807548e96910d2242fe93d403 100644 (file)
@@ -912,7 +912,7 @@ find_rgns (struct edge_list *edge_list)
                 d        b
 
             The algorithm in the DFS traversal may not mark B & D as part
-            of the loop (ie they will not have max_hdr set to A).
+            of the loop (i.e. they will not have max_hdr set to A).
 
             We know they can not be loop latches (else they would have
             had max_hdr set since they'd have a backedge to a dominator
index fdb7e766a25b897223f38d5b22a1ee904adbd7fb..9a18f37e0c53e934b7a7920809862b877facddc6 100644 (file)
@@ -541,7 +541,7 @@ execute_pass_list (struct tree_opt_pass *pass)
 }
 \f
 
-/* update recursivly all inlined_to pointers of functions
+/* Update recursively all inlined_to pointers of functions
    inlined into NODE to INLINED_TO.  */
 static void
 update_inlined_to_pointers (struct cgraph_node *node,
index 1953dfbde66ccd5d8618e677f3623b419938be86..daf46ea9f4bbc5cf592d53ca5ab40a008ddb7986 100644 (file)
@@ -170,7 +170,7 @@ struct opt_stats_d
    optimizations are not performed.
 
    Note carefully we do not propagate information through each statement
-   in the block.  ie, if we know variable X has a value defined of
+   in the block.  i.e., if we know variable X has a value defined of
    [0, 25] and we encounter Y = X + 1, we do not track a value range
    for Y (which would be [1, 26] if we cared).  Similarly we do not
    constrain values as we encounter narrowing typecasts, etc.  */
@@ -1988,7 +1988,7 @@ simplify_cond_and_lookup_avail_expr (tree stmt,
 
          /* We really want to avoid unnecessary computations of range
             info.  So all ranges are computed lazily; this avoids a
-            lot of unnecessary work.  ie, we record the conditional,
+            lot of unnecessary work.  i.e., we record the conditional,
             but do not process how it constrains the variable's 
             potential values until we know that processing the condition
             could be helpful.
@@ -3095,7 +3095,7 @@ get_eq_expr_value (tree if_stmt,
       tree op1 = TREE_OPERAND (cond, 1);
 
       /* Special case comparing booleans against a constant as we know
-        the value of OP0 on both arms of the branch.  ie, we can record
+        the value of OP0 on both arms of the branch.  i.e., we can record
         an equivalence for OP0 rather than COND.  */
       if ((TREE_CODE (cond) == EQ_EXPR || TREE_CODE (cond) == NE_EXPR)
          && TREE_CODE (op0) == SSA_NAME
index 52c386001c9b850dfcb845bb64f2be531ca0a656..619cab0332008d2616b5a9b799cb690535bc83ef 100644 (file)
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
 
    Right now we only bother forward propagating into COND_EXPRs since those
    are relatively common cases where forward propagation creates valid
-   gimple code without the expression needing to fold.  ie
+   gimple code without the expression needing to fold.  i.e.
 
      bb0:
        x = a COND b;
index 8aae4ca1c6d846c923980dfb6309f4066f407fe9..7f9840f9fcbad98a18db00b949430c5e1a125d65 100644 (file)
@@ -75,7 +75,7 @@ Boston, MA 02111-1307, USA.  */
    variable, and that same variable occurs in the same operands cache, then 
    the new cache vector will also get the same SSA_NAME.
 
-  ie, if a stmt had a VUSE of 'a_5', and 'a' occurs in the new operand 
+  i.e., if a stmt had a VUSE of 'a_5', and 'a' occurs in the new operand 
   vector for VUSE, then the new vector will also be modified such that 
   it contains 'a_5' rather than 'a'.
 
index 5d7f0e4e03cd910248b30f73a7aecbac29b88d50..fe0fddf93454a99107a898b19315c7edd6db53cb 100644 (file)
@@ -47,7 +47,7 @@ static bool candidate_bb_for_phi_optimization (basic_block,
                                               basic_block *);
 
 /* This pass eliminates PHI nodes which can be trivially implemented as
-   an assignment from a conditional expression.  ie if we have something
+   an assignment from a conditional expression.  i.e. if we have something
    like:
 
      bb0:
index c07bad2b186a1b2f04dd7985402f83281fba9845..ce6dcad49481fc7c00657f0a9cf06606d53f36df 100644 (file)
@@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA.  */
    one or more in-edges to B to instead reach the destination of an
    out-edge from B while preserving any side effects in B.
 
-   ie, given A->B and B->C, change A->B to be A->C yet still preserve the
+   i.e., given A->B and B->C, change A->B to be A->C yet still preserve the
    side effects of executing B.
 
      1. Make a copy of B (including its outgoing edges and statements).  Call