diff options
author | Jeff Law <law@gcc.gnu.org> | 1997-09-16 00:16:57 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-16 00:16:57 -0600 |
commit | 84e750688bff745a69edf50d950bc1a9363068cc (patch) | |
tree | b7c46d0c5d02fdd00089d6515d7a664bf99476fd | |
parent | 145870b56f7710f2f39156ddfdc7b62b0ed079b4 (diff) | |
download | gcc-84e750688bff745a69edf50d950bc1a9363068cc.zip gcc-84e750688bff745a69edf50d950bc1a9363068cc.tar.gz gcc-84e750688bff745a69edf50d950bc1a9363068cc.tar.bz2 |
Tweak v850 ChangeLog entries.
From-SVN: r15478
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 266f78f..6762c26 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,17 +1,17 @@ Tue Sep 16 00:13:20 1997 Nick Clifton <nickc@cygnus.com> - * config/v850/v850.c (register_is_ok_for_epilogue, + * v850.c (register_is_ok_for_epilogue, pattern_is_ok_for_epilogue, construct_restore_jr, pattern_is_ok_for_prologue, construct_save_jarl): New functions. - * config/v850/v850.h (pattern_is_ok_for_prologue, + * v850.h (pattern_is_ok_for_prologue, pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New predicates. - * config/v850/v850.md: Replace prologue and epilogue patterns with a + * v850.md: Replace prologue and epilogue patterns with a match_parallel pattern. - * config/v850/v850.c (output_move_single_unsigned): Cope with zero + * v850.c (output_move_single_unsigned): Cope with zero extending and moving between registers at the same time. Mon Sep 15 22:53:01 1997 Jeffrey A Law (law@cygnus.com) |