]> gcc.gnu.org Git - gcc.git/commitdiff
aarch64.md (*extr_insv_lower_reg<mode>): Remove + from the read only register.
authorAndrew Pinski <apinski@cavium.com>
Sun, 27 Jul 2014 02:13:58 +0000 (02:13 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 27 Jul 2014 02:13:58 +0000 (19:13 -0700)
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

gcc/ChangeLog
gcc/config/aarch64/aarch64.md

index 17506913c1d03c6860e4bc4cc17c402c0d34a5f4..1fd656af7a09036a6645779bff49f450a49a6611 100644 (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
index 85bf2a7a5319ef3486927691c2f837859cbda4ca..f4563d17f6913614ea9ace2074c63ce018337550 100644 (file)
   [(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
This page took 0.111096 seconds and 5 git commands to generate.