Commit 79002a57 by Georg-Johann Lay Committed by Georg-Johann Lay

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
parent 4fd3a105
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> 2011-04-15 Richard Sandiford <richard.sandiford@linaro.org>
* recog.h (insn_operand_data): Add an "allows_mem" field. * recog.h (insn_operand_data): Add an "allows_mem" field.
......
...@@ -1521,7 +1521,7 @@ ...@@ -1521,7 +1521,7 @@
[(parallel [(set (match_operand:HIDI 0 "register_operand" "") [(parallel [(set (match_operand:HIDI 0 "register_operand" "")
(rotate:HIDI (match_operand:HIDI 1 "register_operand" "") (rotate:HIDI (match_operand:HIDI 1 "register_operand" "")
(match_operand:VOID 2 "const_int_operand" ""))) (match_operand:VOID 2 "const_int_operand" "")))
(clobber (match_operand 3 ""))])] (clobber (match_dup 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