diff options
Diffstat (limited to 'gcc/cfgbuild.c')
-rw-r--r-- | gcc/cfgbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index eb7fd22e331..cd662da4a6d 100644 --- a/gcc/cfgbuild.c +++ b/gcc/cfgbuild.c @@ -121,7 +121,7 @@ control_flow_insn_p (rtx insn) return (flag_non_call_exceptions && can_throw_internal (insn)); case BARRIER: - /* It is nonsence to reach barrier when looking for the + /* It is nonsense to reach barrier when looking for the end of basic block, but before dead code is eliminated this may happen. */ return false; |