Committed as obvious: http://gcc.gnu.org/viewcvs?view=revision&revision=181700
Johann -- Index: ChangeLog =================================================================== --- ChangeLog (revision 181699) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2011-11-24 Georg-Johann Lay <a...@gjlay.de> + + * config/avr/avr.md (*rotlhi2.15): Set length to 4. + 2011-11-24 Razya Ladelsky <ra...@il.ibm.com> * tree-data-ref.c (initialize_data_dependence_relation): Update Index: config/avr/avr.md =================================================================== --- config/avr/avr.md (revision 181699) +++ config/avr/avr.md (working copy) @@ -3020,7 +3020,7 @@ (define_insn "*rotlhi2.15" (const_int 15)))] "" "bst %A0,0\;ror %B0\;ror %A0\;bld %B0,7" - [(set_attr "length" "3") + [(set_attr "length" "4") (set_attr "cc" "clobber")]) (define_insn "*rotlpsi2.1"