diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index c0b929ba..056a32f 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -174,7 +174,7 @@ try_simplify_condjump (basic_block cbranch_block) end = BB_END (jump_block); /* Deleting a block may produce unreachable code warning even when we are - not deleting anything live. Supress it by moving all the line number + not deleting anything live. Suppress it by moving all the line number notes out of the block. */ for (insn = BB_HEAD (jump_block); insn != NEXT_INSN (BB_END (jump_block)); insn = next) |