aarch64.md (*extr_insv_lower_reg<mode>): Remove + from the read only register.

2014-07-26  Andrew Pinski  <apinski@cavium.com>

        * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
        from the read only register.

From-SVN: r213090
This commit is contained in:
Andrew Pinski 2014-07-27 02:13:58 +00:00 committed by Andrew Pinski
parent 157f342916
commit 98fa5ef355
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-07-26 Andrew Pinski <apinski@cavium.com>
* config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
from the read only register.
2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
* ira-costs.c (find_costs_and_classes): For -O0, use the best class

View File

@ -3390,7 +3390,7 @@
[(set (zero_extract:GPI (match_operand:GPI 0 "register_operand" "+r")
(match_operand 1 "const_int_operand" "n")
(const_int 0))
(zero_extract:GPI (match_operand:GPI 2 "register_operand" "+r")
(zero_extract:GPI (match_operand:GPI 2 "register_operand" "r")
(match_dup 1)
(match_operand 3 "const_int_operand" "n")))]
"!(UINTVAL (operands[1]) == 0