* config/h8300/h8300.h: Fix a comment typo.

From-SVN: r48244
This commit is contained in:
Kazu Hirata 2001-12-21 16:15:38 +00:00 committed by Kazu Hirata
parent 05b8581146
commit 151ad5cd3b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-21 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h: Fix a comment typo.
2001-12-21 Jakub Jelinek <jakub@redhat.com>
* combine.c (nonzero_bits): If using reg_nonzero_bits,

View File

@ -486,7 +486,7 @@ enum reg_class {
#define CLASS_MAX_NREGS(CLASS, MODE) \
((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
/* Any SI register to register move may need to be reloaded,
/* Any SI register-to-register move may need to be reloaded,
so define REGISTER_MOVE_COST to be > 2 so that reload never
shortcuts. */