h8300.md (a peephole2): Don't use reg_overlap_mentioned_p.
* config/h8300/h8300.md (a peephole2): Don't use reg_overlap_mentioned_p. From-SVN: r63925
This commit is contained in:
parent
8643e92d0d
commit
203b3521b5
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user