diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index f5e678545b7..c075731d1eb 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -874,7 +874,7 @@ redirect_edge_and_branch (e, target) return true; } -/* Like force_nonfallthru bellow, but additionally performs redirection +/* Like force_nonfallthru below, but additionally performs redirection Used by redirect_edge_and_branch_force. */ static basic_block |