diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index ca8afed..6855d71 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -3924,7 +3924,7 @@ thread_jumps (void) dest = dest->succ->dest) { /* An infinite loop detected. We redirect the edge anyway, so - that the loop is shrinked into single basic block. */ + that the loop is shrunk into single basic block. */ if (!bb_ann (dest)->forwardable) break; |