diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-03 18:02:13 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-03 18:02:13 +0000 |
commit | fc40f3acb7ad868c3fe6c3699722d80b38a43f88 (patch) | |
tree | 67ba9d4278bc8358db120708434cddc70c5fa466 /gcc/ChangeLog | |
parent | 0af74aa0b30b4d65de574136dd0a4ba6ccc6b9ed (diff) | |
download | gcc-fc40f3acb7ad868c3fe6c3699722d80b38a43f88.tar.gz |
Fix peepholes to prevent pre-/post- increment addressing from clobbering the
source/destination register.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b046a72e01b..900ca82fede 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-07-03 Nick Clifton <nickc@cygnus.com> + + * config/arm/arm.md: Fix post increment and pre increment + peepholes so that they do not generate UNPREDICATBLE opcodes. + (ie ones where the increment clobbers the source/destination). + 2000-07-01 Marek Michalkiewicz <marekm@linux.org.pl> * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer |