mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 05:54:31 +08:00
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:
parent
64378c9131
commit
e32815aa02
@ -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>
|
2001-12-14 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
|
* config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
|
||||||
|
@ -3285,7 +3285,7 @@ h8300_adjust_insn_length (insn, length)
|
|||||||
{
|
{
|
||||||
rtx pat;
|
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
|
if (GET_CODE (PATTERN (insn)) == USE
|
||||||
|| GET_CODE (PATTERN (insn)) == CLOBBER
|
|| GET_CODE (PATTERN (insn)) == CLOBBER
|
||||||
|| GET_CODE (PATTERN (insn)) == SEQUENCE
|
|| GET_CODE (PATTERN (insn)) == SEQUENCE
|
||||||
|
Loading…
Reference in New Issue
Block a user