]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the" with...
authorJakub Jelinek <jakub@redhat.com>
Sat, 23 Jan 2016 14:13:53 +0000 (15:13 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 23 Jan 2016 14:13:53 +0000 (15:13 +0100)
* tree-ssanames.c (release_free_names_and_compact_live_names): Replace
"the the" with "the" in the comments.
* ipa-devirt.c (build_type_inheritance_graph,
update_type_inheritance_graph): Likewise.
* tree.c (build_function_type_list_1): Likewise.
* cfgloopmanip.c (scale_loop_profile): Likewise.
* tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
* gimple-ssa-split-paths.c
(find_block_to_duplicate_for_splitting_paths): Likewise.
* tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
* expr.c (convert_move): Likewise.
* var-tracking.c (vt_stack_adjustments): Likewise.
* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
* tree-vrp.c (test_for_singularity): Likewise.

From-SVN: r232765

12 files changed:
gcc/ChangeLog
gcc/cfgloopmanip.c
gcc/expr.c
gcc/gimple-ssa-split-paths.c
gcc/ipa-devirt.c
gcc/tree-sra.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssanames.c
gcc/tree-vect-data-refs.c
gcc/tree-vrp.c
gcc/tree.c
gcc/var-tracking.c

index e84d60a98dca4ba294d8593a7adcd75c96d3ded3..14f990453c29a0cd6a1f0c4fc9734066d33c9bdc 100644 (file)
@@ -1,5 +1,20 @@
 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
 
+       * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
+       "the the" with "the" in the comments.
+       * ipa-devirt.c (build_type_inheritance_graph,
+       update_type_inheritance_graph): Likewise.
+       * tree.c (build_function_type_list_1): Likewise.
+       * cfgloopmanip.c (scale_loop_profile): Likewise.
+       * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
+       * gimple-ssa-split-paths.c
+       (find_block_to_duplicate_for_splitting_paths): Likewise.
+       * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
+       * expr.c (convert_move): Likewise.
+       * var-tracking.c (vt_stack_adjustments): Likewise.
+       * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
+       * tree-vrp.c (test_for_singularity): Likewise.
+
        * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
        directly instead of building a temporary tree.
 
index 8cceb7d7b304495fc898ead4a3809e280a66b1ad..2bffb80e284028a832e2d40189040969441c3905 100644 (file)
@@ -569,7 +569,7 @@ scale_loop_profile (struct loop *loop, int scale, gcov_type iteration_bound)
        }
 
       /* Roughly speaking we want to reduce the loop body profile by the
-        the difference of loop iterations.  We however can do better if
+        difference of loop iterations.  We however can do better if
         we look at the actual profile, if it is available.  */
       scale = RDIV (iteration_bound * scale, iterations);
       if (loop->header->count)
index 3b7f1355eb3e7bfe41fe9cabf00d54a6ce609c02..f4bac362ed79352ccf9034fca6e51729ab41d652 100644 (file)
@@ -485,7 +485,7 @@ convert_move (rtx to, rtx from, int unsignedp)
       /* No special multiword conversion insn; do it by hand.  */
       start_sequence ();
 
-      /* Since we will turn this into a no conflict block, we must ensure the
+      /* Since we will turn this into a no conflict block, we must ensure
          the source does not overlap the target so force it into an isolated
          register when maybe so.  Likewise for any MEM input, since the
          conversion sequence might require several references to it and we
index 33cd51ab650d16b4f9167a46b2d423367f962428..40c099a119e887921f25c59b60c3c012f5d95bfc 100644 (file)
@@ -74,7 +74,7 @@ find_block_to_duplicate_for_splitting_paths (basic_block latch)
            return NULL;
 
          /* And that BB's immediate dominator's successors are the
-            the predecessors of BB.  */
+            predecessors of BB.  */
          if (!find_edge (bb_idom, EDGE_PRED (bb, 0)->src)
              || !find_edge (bb_idom, EDGE_PRED (bb, 1)->src))
            return NULL;
index 736858e7236730dc1989fde59cdd6c791e6902cf..b2036d550f0494d769abacf699bbd346e6d48bca 100644 (file)
@@ -2246,7 +2246,7 @@ build_type_inheritance_graph (void)
     odr_vtable_hash = new odr_vtable_hash_type (23);
 
   /* We reconstruct the graph starting of types of all methods seen in the
-     the unit.  */
+     unit.  */
   FOR_EACH_SYMBOL (n)
     if (is_a <cgraph_node *> (n)
        && DECL_VIRTUAL_P (n->decl)
@@ -3406,7 +3406,7 @@ update_type_inheritance_graph (void)
   free_polymorphic_call_targets_hash ();
   timevar_push (TV_IPA_INHERITANCE);
   /* We reconstruct the graph starting from types of all methods seen in the
-     the unit.  */
+     unit.  */
   FOR_EACH_FUNCTION (n)
     if (DECL_VIRTUAL_P (n->decl)
        && !n->definition
index 740542fde0adf92dbd5dc33af820ad1b4f54792d..30a8244aa9e1bed7d4842caf82922a24a49091d1 100644 (file)
@@ -2813,7 +2813,7 @@ generate_subtree_copies (struct access *access, tree agg,
 }
 
 /* Assign zero to all scalar replacements in an access subtree.  ACCESS is the
-   the root of the subtree to be processed.  GSI is the statement iterator used
+   root of the subtree to be processed.  GSI is the statement iterator used
    for inserting statements which are added after the current statement if
    INSERT_AFTER is true or before it otherwise.  */
 
@@ -2853,7 +2853,7 @@ init_subtree_with_zero (struct access *access, gimple_stmt_iterator *gsi,
     init_subtree_with_zero (child, gsi, insert_after, loc);
 }
 
-/* Clobber all scalar replacements in an access subtree.  ACCESS is the the
+/* Clobber all scalar replacements in an access subtree.  ACCESS is the
    root of the subtree to be processed.  GSI is the statement iterator used
    for inserting statements which are added after the current statement if
    INSERT_AFTER is true or before it otherwise.  */
index 946edd304d11c1adef1e80834174bd2d37e893ba..3faed930dc2ed8b2e497501060c02addd7909408 100644 (file)
@@ -4234,7 +4234,7 @@ get_address_cost (bool symbol_present, bool var_present,
 }
 
  /* Calculate the SPEED or size cost of shiftadd EXPR in MODE.  MULT is the
-    the EXPR operand holding the shift.  COST0 and COST1 are the costs for
+    EXPR operand holding the shift.  COST0 and COST1 are the costs for
     calculating the operands of EXPR.  Returns true if successful, and returns
     the cost in COST.  */
 
index ed87f3ee7d429b53323ffcd1a4492638944a84e1..d6897c72363069b9272cf006dab013d3d0bee1b2 100644 (file)
@@ -759,8 +759,8 @@ replace_ssa_name_symbol (tree ssa_name, tree sym)
   TREE_TYPE (ssa_name) = TREE_TYPE (sym);
 }
 
-/* Release the vector of free SSA_NAMEs and compact the the
-   vector of SSA_NAMEs that are live.  */
+/* Release the vector of free SSA_NAMEs and compact the vector of SSA_NAMEs
+   that are live.  */
 
 static void
 release_free_names_and_compact_live_names (function *fun)
index 3605fa4a7a4cbeb80388bdb7d8b35d6959138ea1..4c0e1352fa67eeaefad3e10c68f785071b7a2f4e 100644 (file)
@@ -1495,7 +1495,7 @@ vect_enhance_data_refs_alignment (loop_vec_info loop_vinfo)
                  size (vector size / 8).  Vectorization factor will 8.  If both
                  access are misaligned by 3, the first one needs one scalar
                  iteration to be aligned, and the second one needs 5.  But the
-                 the first one will be aligned also by peeling 5 scalar
+                first one will be aligned also by peeling 5 scalar
                  iterations, and in that case both accesses will be aligned.
                  Hence, except for the immediate peeling amount, we also want
                  to try to add full vector size, while we don't exceed
index 159d4870ee8751519ff84de3b17bc27781c08589..9644ba1acfa2234c7f80f82e85df7bef01afb457 100644 (file)
@@ -9257,8 +9257,8 @@ test_for_singularity (enum tree_code cond_code, tree op0,
   tree min = NULL;
   tree max = NULL;
 
-  /* Extract minimum/maximum values which satisfy the
-     the conditional as it was written.  */
+  /* Extract minimum/maximum values which satisfy the conditional as it was
+     written.  */
   if (cond_code == LE_EXPR || cond_code == LT_EXPR)
     {
       /* This should not be negative infinity; there is no overflow
index 8fef0d116fc9ed0c1ae7984d231cf80455eea29d..9c67beaf9761d1bde9f6d18ba872ea657e0b4f97 100644 (file)
@@ -8406,7 +8406,7 @@ build_function_type (tree value_type, tree arg_types)
 
 /* Build a function type.  The RETURN_TYPE is the type returned by the
    function.  If VAARGS is set, no void_type_node is appended to the
-   the list.  ARGP must be always be terminated be a NULL_TREE.  */
+   list.  ARGP must be always be terminated be a NULL_TREE.  */
 
 static tree
 build_function_type_list_1 (bool vaargs, tree return_type, va_list argp)
index 86183b3f0cd7cf7ad5e855125e6b0569edeecdc7..d044b7f989ddcc9c76ac893e38a0ddff7296ef13 100644 (file)
@@ -871,7 +871,7 @@ vt_stack_adjustments (void)
             pointer is often restored via a load-multiple instruction
             and so no stack_adjust offset is recorded for it.  This means
             that the stack offset at the end of the epilogue block is the
-            the same as the offset before the epilogue, whereas other paths
+            same as the offset before the epilogue, whereas other paths
             to the exit block will have the correct stack_adjust.
 
             It is safe to ignore these differences because (a) we never