From 026c3cfd5e92e7f358290921984b57e1b433e658 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 13 Jul 2015 04:46:34 +0000 Subject: Fix double word typos. From-SVN: r225726 --- gcc/ipa-cp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ipa-cp.c') diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 41501ed..60a60ce 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -250,7 +250,7 @@ class ipcp_param_lattices public: /* Lattice describing the value of the parameter itself. */ ipcp_lattice itself; - /* Lattice describing the the polymorphic contexts of a parameter. */ + /* Lattice describing the polymorphic contexts of a parameter. */ ipcp_lattice ctxlat; /* Lattices describing aggregate parts. */ ipcp_agg_lattice *aggs; @@ -1213,7 +1213,7 @@ ipcp_lattice::add_value (valtype newval, cgraph_edge *cs, if (values_count == PARAM_VALUE (PARAM_IPA_CP_VALUE_LIST_SIZE)) { /* We can only free sources, not the values themselves, because sources - of other values in this this SCC might point to them. */ + of other values in this SCC might point to them. */ for (val = values; val; val = val->next) { while (val->sources) @@ -3959,7 +3959,7 @@ cgraph_edge_brings_all_agg_vals_for_node (struct cgraph_edge *cs, /* Given an original NODE and a VAL for which we have already created a specialized clone, look whether there are incoming edges that still lead into the old node but now also bring the requested value and also conform to - all other criteria such that they can be redirected the the special node. + all other criteria such that they can be redirected the special node. This function can therefore redirect the final edge in a SCC. */ template -- cgit v1.1