diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17506913c1d..1fd656af7a0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-07-26 Andrew Pinski + + * config/aarch64/aarch64.md (*extr_insv_lower_reg): Remove + + from the read only register. + 2014-07-26 Richard Sandiford * ira-costs.c (find_costs_and_classes): For -O0, use the best class diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 85bf2a7a531..f4563d17f69 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -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