Commit 70654ae6 by Ramana Radhakrishnan Committed by Ramana Radhakrishnan

Fix typo in *<arith_shift_insn>_shiftsi

From-SVN: r217430
parent 43cf21c6
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> 2014-11-12 Marek Polacek <polacek@redhat.com>
* fold-const.c (fold_binary_loc): Don't fold if the result * fold-const.c (fold_binary_loc): Don't fold if the result
...@@ -8261,7 +8261,7 @@ ...@@ -8261,7 +8261,7 @@
[(match_operand:SI 3 "s_register_operand" "r,r,r") [(match_operand:SI 3 "s_register_operand" "r,r,r")
(match_operand:SI 4 "shift_amount_operand" "M,M,r")]) (match_operand:SI 4 "shift_amount_operand" "M,M,r")])
(match_operand:SI 1 "s_register_operand" "rk,<t2_binop0>,rk")))] (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" "<arith_shift_insn>%?\\t%0, %1, %3%S2"
[(set_attr "predicable" "yes") [(set_attr "predicable" "yes")
(set_attr "predicable_short_it" "no") (set_attr "predicable_short_it" "no")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment