From 98fa5ef355d6b2a9700980760d940d8c66435bd1 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 27 Jul 2014 02:13:58 +0000 Subject: [PATCH] aarch64.md (*extr_insv_lower_reg): Remove + from the read only register. 2014-07-26 Andrew Pinski * config/aarch64/aarch64.md (*extr_insv_lower_reg): Remove + from the read only register. From-SVN: r213090 --- gcc/ChangeLog | 5 +++++ gcc/config/aarch64/aarch64.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2