2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-25 10:30:43 +08:00

* mode-switching.c (optimize_mode_switching): Fix comment typo.

From-SVN: r210631
This commit is contained in:
Joern Rennecke 2014-05-20 08:08:01 +01:00
parent 4dae67e090
commit 74145685ed

@ -754,7 +754,7 @@ optimize_mode_switching (void)
point ends up first in the instruction steam.
Because we made sure that NOTE_INSN_BASIC_BLOCK is
only used for initially empty basic blocks, we
can archive this by appending at the end of
can achieve this by appending at the end of
the block. */
emit_insn_after
(mode_set, BB_END (NOTE_BASIC_BLOCK (ptr->insn_ptr)));