diff options
Diffstat (limited to 'gcc/tree-ssa-threadupdate.c')
-rw-r--r-- | gcc/tree-ssa-threadupdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 6af09b53791..31ddf25582f 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -1366,8 +1366,8 @@ ssa_redirect_edges (struct redirection_data **slot, struct redirection_data *rd = *slot; struct el *next, *el; - /* Walk over all the incoming edges associated associated with this - hash table entry. */ + /* Walk over all the incoming edges associated with this hash table + entry. */ for (el = rd->incoming_edges; el; el = next) { edge e = el->e; |