Commit 151ad5cd by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r48244
parent 05b85811
2001-12-21 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.h: Fix a comment typo.
2001-12-21 Jakub Jelinek <jakub@redhat.com> 2001-12-21 Jakub Jelinek <jakub@redhat.com>
* combine.c (nonzero_bits): If using reg_nonzero_bits, * combine.c (nonzero_bits): If using reg_nonzero_bits,
......
...@@ -486,7 +486,7 @@ enum reg_class { ...@@ -486,7 +486,7 @@ enum reg_class {
#define CLASS_MAX_NREGS(CLASS, MODE) \ #define CLASS_MAX_NREGS(CLASS, MODE) \
((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD) ((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 so define REGISTER_MOVE_COST to be > 2 so that reload never
shortcuts. */ shortcuts. */
......
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