Commit 10bcc2b8 by Denis Chertykov Committed by Anatoly Sokolov

* config/avr/avr.md ("andsi3"): Fix wrong cc attribute.

From-SVN: r142856
parent 81a42525
2008-12-21 Denis Chertykov <denisc@overta.ru>
* config/avr/avr.md ("andsi3"): Fix wrong cc attribute.
2008-12-20 Eric Botcazou <ebotcazou@adacore.com>
PR target/37610
......@@ -1263,7 +1263,7 @@
return \"bug\";
}"
[(set_attr "length" "4,4")
(set_attr "cc" "set_n,set_n")])
(set_attr "cc" "set_n,clobber")])
(define_peephole2 ; andi
[(set (match_operand:QI 0 "d_register_operand" "")
......
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