diff options
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b9cec29..1d4112c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,7 +3,7 @@ * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function. (m68hc11_split_move): Call it to see if the source and destination operands use the same direction auto inc/dec mode, otherwise make the - source an offsetable operand and generate an add. + source an offsetable memory operand and generate an add. 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr> |