avr.md ("rotl<mode>3",mode=HIDI): Use match_dup instead of match_operand for operand 3.

* config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
	instead of match_operand for operand 3.

From-SVN: r172480
This commit is contained in:
Georg-Johann Lay 2011-04-15 09:44:00 +00:00 committed by Georg-Johann Lay
parent 4fd3a10598
commit 79002a5737
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-04-15 Georg-Johann Lay <avr@gjlay.de>
* config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup
instead of match_operand for operand 3.
2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
* recog.h (insn_operand_data): Add an "allows_mem" field.

View file

@ -1521,7 +1521,7 @@
[(parallel [(set (match_operand:HIDI 0 "register_operand" "")
(rotate:HIDI (match_operand:HIDI 1 "register_operand" "")
(match_operand:VOID 2 "const_int_operand" "")))
(clobber (match_operand 3 ""))])]
(clobber (match_dup 3))])]
""
"
{