aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-01-23 15:13:53 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2016-01-23 15:13:53 +0100
commit6af801f52a1459111cdac2097f50d431a80f70cb (patch)
tree31576f26047c17c5e21696c8e860fed5eb786af2 /gcc/tree-sra.c
parent5958f9e24850b9f8dc76d102ca3c7fe25b18fefc (diff)
downloadgcc-6af801f52a1459111cdac2097f50d431a80f70cb.zip
gcc-6af801f52a1459111cdac2097f50d431a80f70cb.tar.gz
gcc-6af801f52a1459111cdac2097f50d431a80f70cb.tar.bz2
tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the" with "the" in the comments.
* 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
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r--gcc/tree-sra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c
index 740542f..30a8244 100644
--- a/gcc/tree-sra.c
+++ b/gcc/tree-sra.c
@@ -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. */