h8300.c (h8300_adjust_insn_length): Fix a comment typo.

* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
	comment typo.

From-SVN: r48025
This commit is contained in:
Kazu Hirata 2001-12-15 01:31:00 +00:00 committed by Kazu Hirata
parent 64378c9131
commit e32815aa02
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-14 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
comment typo.
2001-12-14 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):

View File

@ -3285,7 +3285,7 @@ h8300_adjust_insn_length (insn, length)
{
rtx pat;
/* We must filter these ou before calling get_attr_adjust_length. */
/* We must filter these out before calling get_attr_adjust_length. */
if (GET_CODE (PATTERN (insn)) == USE
|| GET_CODE (PATTERN (insn)) == CLOBBER
|| GET_CODE (PATTERN (insn)) == SEQUENCE