diff options
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 88fd272..7782096 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -1001,7 +1001,7 @@ force_one_exit_fallthru (void) redirect_edge_and_branch_force (e, forwarder); } - /* Fix up the chain of blocks -- make FORWARDER immediately preceed the + /* Fix up the chain of blocks -- make FORWARDER immediately precede the exit block. */ FOR_EACH_BB (bb) { |