Commit f7a1010e by John David Anglin Committed by John David Anglin

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
parent e7f47f83
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]))"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment