diff options
Diffstat (limited to 'gcc/graphite-sese-to-poly.c')
-rw-r--r-- | gcc/graphite-sese-to-poly.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index cdabd738dc6..555100fc5c4 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -1223,7 +1223,7 @@ add_condition_to_domain (ppl_Pointset_Powerset_C_Polyhedron_t ps, gimple stmt, ppl_delete_Linear_Expression (right); } -/* Add conditional statement STMT to pbb. CODE is used as the comparision +/* Add conditional statement STMT to pbb. CODE is used as the comparison operator. This allows us to invert the condition or to handle inequalities. */ @@ -2840,7 +2840,7 @@ follow_inital_value_to_phi (tree arg, tree lhs) } -/* Return the argument of the loop PHI that is the inital value coming +/* Return the argument of the loop PHI that is the initial value coming from outside the loop. */ static edge @@ -2860,7 +2860,7 @@ edge_initial_value_for_loop_phi (gimple phi) return NULL; } -/* Return the argument of the loop PHI that is the inital value coming +/* Return the argument of the loop PHI that is the initial value coming from outside the loop. */ static tree |