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

From-SVN: r142856
This commit is contained in:
Denis Chertykov 2008-12-21 06:16:02 +00:00 committed by Anatoly Sokolov
parent 81a42525dc
commit 10bcc2b8a1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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" "")