]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in *<arith_shift_insn>_shiftsi
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>
Wed, 12 Nov 2014 17:07:12 +0000 (17:07 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Wed, 12 Nov 2014 17:07:12 +0000 (17:07 +0000)
From-SVN: r217430

gcc/ChangeLog
gcc/config/arm/arm.md

index 428725bf4fc09d5248b38825910511dad7b3e73b..0f40e9993b0839f305927888ea850a6b3d012238 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * config/arm/arm.c (*<arith_shift_insn>_shiftsi): Fix typo.
+
 2014-11-12  Marek Polacek  <polacek@redhat.com>
 
        * fold-const.c (fold_binary_loc): Don't fold if the result
index 8106943a80041c99d676805575f3bcc581a1448c..3c2798eb649b722609daf4371c2eb9a71c7780ce 100644 (file)
          [(match_operand:SI 3 "s_register_operand" "r,r,r")
           (match_operand:SI 4 "shift_amount_operand" "M,M,r")])
         (match_operand:SI 1 "s_register_operand" "rk,<t2_binop0>,rk")))]
-  "TARGET_32BIT && GET_CODE (operands[3]) != MULT"
+  "TARGET_32BIT && GET_CODE (operands[2]) != MULT"
   "<arith_shift_insn>%?\\t%0, %1, %3%S2"
   [(set_attr "predicable" "yes")
    (set_attr "predicable_short_it" "no")