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 371910592ab..569a6049882 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -899,7 +899,7 @@ force_nonfallthru_and_redirect (edge e, basic_block target) /* In the case the last instruction is conditional jump to the next instruction, first redirect the jump itself and then continue - by creating an basic block afterwards to redirect fallthru edge. */ + by creating a basic block afterwards to redirect fallthru edge. */ if (e->src != ENTRY_BLOCK_PTR && e->dest != EXIT_BLOCK_PTR && any_condjump_p (e->src->end) /* When called from cfglayout, fallthru edges do not |