diff mbox

[AVR,Committed] Fix typo in instruction length for *rotlhi2.15

Message ID 4ECEB3F8.6040801@gjlay.de
State New
Headers show

Commit Message

Georg-Johann Lay Nov. 24, 2011, 9:15 p.m. UTC
Committed as obvious:

http://gcc.gnu.org/viewcvs?view=revision&revision=181700

Johann

--
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 181699)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@ 
+2011-11-24  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.md (*rotlhi2.15): Set length to 4.
+
 2011-11-24  Razya Ladelsky  <razya@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"