Comment 17 for bug 926855

Revision history for this message
In , stevenb (steven-gcc) wrote :

Or better:
Index: arm.md
===================================================================
--- arm.md (revision 184318)
+++ arm.md (working copy)
@@ -3505,7 +3505,7 @@
      (match_operand:SI 2 "nonmemory_operand" "N,l")))]
   "TARGET_THUMB1"
   "lsl\\t%0, %1, %2"
- [(set_attr "length" "2")
+ [(set_attr "length" "4,2")
    (set_attr "conds" "set")])

 (define_expand "ashrdi3"