diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-07 01:37:49 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-07 01:37:49 +0000 |
| commit | 7662d61a66821077fb43d7d83bd1272e367e7aad (patch) | |
| tree | 8780bd7722e10cac2e0dba9b0026d702658e1f77 /gcc | |
| parent | 6090deb8bb3d469444afc02867859b61eed56e40 (diff) | |
| download | ppe42-gcc-7662d61a66821077fb43d7d83bd1272e367e7aad.tar.gz ppe42-gcc-7662d61a66821077fb43d7d83bd1272e367e7aad.zip | |
* config/h8300/h8300.md (a peephole2): Don't use
reg_overlap_mentioned_p.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63925 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/h8300/h8300.md | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eab26e8e2be..eea6a306556 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-06 Kazu Hirata <kazu@cs.umass.edu> + + * config/h8300/h8300.md (a peephole2): Don't use + reg_overlap_mentioned_p. + 2003-03-06 Geoffrey Keating <geoffk@apple.com> * c-pch.c: Include langhooks.h. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 518c98c02f6..8b390584880 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -3591,7 +3591,6 @@ (and:SI (match_dup 0) (match_operand:SI 2 "const_int_operand" "")))] "(TARGET_H8300H || TARGET_H8300S) - && !reg_overlap_mentioned_p (operands[0], operands[1]) && !(GET_CODE (operands[1]) == MEM && MEM_VOLATILE_P (operands[1])) && (INTVAL (operands[2]) & ~0xffff) == 0 && INTVAL (operands[2]) != 255" |

