diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 6f2101ef80b..adeb214a5e4 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -3877,7 +3877,7 @@ find_if_case_1 (basic_block test_bb, edge then_edge, edge else_edge) /* We can avoid creating a new basic block if then_bb is immediately followed by else_bb, i.e. deleting then_bb allows test_bb to fall - thru to else_bb. */ + through to else_bb. */ if (then_bb->next_bb == else_bb && then_bb->prev_bb == test_bb |