mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 00:37:35 +08:00
* config/h8300/h8300.h: Fix a comment typo.
From-SVN: r48244
This commit is contained in:
parent
05b8581146
commit
151ad5cd3b
@ -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,
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user