pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand to register_operand.
* pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand to register_operand. From-SVN: r76814
This commit is contained in:
parent
e7f47f8395
commit
f7a1010e23
@ -1,3 +1,8 @@
|
||||
2004-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
|
||||
to register_operand.
|
||||
|
||||
2004-01-28 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
(const_int 4))
|
||||
(match_operand:SI 2 "register_operand" "")))
|
||||
(set (mem:SI (match_dup 0))
|
||||
(match_operand:SI 3 "reg_or_0_operand" ""))]
|
||||
(match_operand:SI 3 "register_operand" ""))]
|
||||
"!TARGET_SOFT_FLOAT
|
||||
&& REG_OK_FOR_BASE_P (operands[2])
|
||||
&& FP_REGNO_P (REGNO (operands[3]))"
|
||||
|
Loading…
Reference in New Issue
Block a user