aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssanames.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssanames.c')
-rw-r--r--gcc/tree-ssanames.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssanames.c b/gcc/tree-ssanames.c
index ed87f3e..d6897c7 100644
--- a/gcc/tree-ssanames.c
+++ b/gcc/tree-ssanames.c
@@ -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)