avr.md (*rotlhi2.15): Set length to 4.
authorGeorg-Johann Lay <avr@gjlay.de>
Thu, 24 Nov 2011 21:12:00 +0000 (21:12 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Thu, 24 Nov 2011 21:12:00 +0000 (21:12 +0000)
* config/avr/avr.md (*rotlhi2.15): Set length to 4.

From-SVN: r181700

gcc/ChangeLog
gcc/config/avr/avr.md

index 290d54efd270e8d8610213e94ac9d44847814c34..d7f64bcfb6bfa17008691a6766384265f033ddd7 100644 (file)
@@ -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 73632d880f78022792904562a931c33f886c9a47..f19e6f9b0487655ed818aae0901a335212e6ee57 100644 (file)
                    (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"