* config/avr/avr.md ("andsi3"): Fix wrong cc attribute.
From-SVN: r142856
This commit is contained in:
parent
81a42525dc
commit
10bcc2b8a1
|
@ -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
|
||||
|
|
|
@ -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" "")
|
||||
|
|
Loading…
Reference in New Issue