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 db0d1b518cf..025e677c396 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -3863,7 +3863,7 @@ thread_jumps (void) count = e->count; freq = EDGE_FREQUENCY (e); - /* Now walk through as many forwarder block as possible to + /* Now walk through as many forwarder blocks as possible to find the ultimate destination we want to thread our jump to. */ last = EDGE_SUCC (e->dest, 0); |