From: Kazu Hirata Date: Fri, 21 Dec 2001 16:15:38 +0000 (+0000) Subject: * config/h8300/h8300.h: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=151ad5cd3b6dc74196135320d367774f9ac1c037;p=gcc.git * config/h8300/h8300.h: Fix a comment typo. From-SVN: r48244 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 486394cc694..5ce8d29a33e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-21 Kazu Hirata + + * config/h8300/h8300.h: Fix a comment typo. + 2001-12-21 Jakub Jelinek * combine.c (nonzero_bits): If using reg_nonzero_bits, diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 4b37f892cd5..a9d1f83b04a 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -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. */