diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-20 07:08:01 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-20 07:08:01 +0000 |
commit | 794a8431605d5a091e3c858857e698a3f4d8bc22 (patch) | |
tree | 30bd5f43455117fc3a222d64105a84214fdf4c14 | |
parent | 9de6d0d93b50646ea84701d4057294fa3c6c121c (diff) | |
download | gcc-794a8431605d5a091e3c858857e698a3f4d8bc22.tar.gz |
* mode-switching.c (optimize_mode_switching): Fix comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210631 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/mode-switching.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index b70b2e59581..c06f113328d 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -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))); |