aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index a38384c..a19d938 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -4713,7 +4713,7 @@ find_func_aliases (struct function *fn, gimple origt)
}
else if (truth_value_p (code))
/* Truth value results are not pointer (parts). Or at least
- very very unreasonable obfuscation of a part. */
+ very unreasonable obfuscation of a part. */
;
else
{
@@ -5135,7 +5135,7 @@ first_vi_for_offset (varinfo_t start, unsigned HOST_WIDE_INT offset)
while (start)
{
/* We may not find a variable in the field list with the actual
- offset when when we have glommed a structure to a variable.
+ offset when we have glommed a structure to a variable.
In that case, however, offset should still be within the size
of the variable. */
if (offset >= start->offset
@@ -5162,7 +5162,7 @@ first_or_preceding_vi_for_offset (varinfo_t start,
start = get_varinfo (start->head);
/* We may not find a variable in the field list with the actual
- offset when when we have glommed a structure to a variable.
+ offset when we have glommed a structure to a variable.
In that case, however, offset should still be within the size
of the variable.
If we got beyond the offset we look for return the field