Commit e32815aa by Kazu Hirata Committed by Kazu Hirata

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
parent 64378c91
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):
Remove the initialization requierment.
(h8300_handle_tiny_data_attribute): Likewise.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment