arm.md (*arm_subsi3_insn): Fixed redundant alternatives.
authorYvan Roux <yvan.roux@linaro.org>
Mon, 27 Apr 2015 09:08:11 +0000 (09:08 +0000)
committerYvan Roux <yroux@gcc.gnu.org>
Mon, 27 Apr 2015 09:08:11 +0000 (09:08 +0000)
2015-04-27  Yvan Roux  <yvan.roux@linaro.org>

* config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
alternatives.

From-SVN: r222453

gcc/ChangeLog
gcc/config/arm/arm.md

index aae757566c61cc381f5a28aa1cae89e7c90670bf..3ec5aa74ab5cfaa8dee731a8adb9de24bf210b68 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-27  Yvan Roux  <yvan.roux@linaro.org>
+
+       * config/arm/arm.md (*arm_subsi3_insn): Fixed redundant
+       alternatives.
+
 2015-04-26  Tom de Vries  <tom@codesourcery.com>
 
        PR tree-optimization/65826
index 85d27d93a585673b3d93df637261e6682d9ec4f3..57b95bf181403b46134989dcad0e0d40a0cd7fef 100644 (file)
 
 ; ??? Check Thumb-2 split length
 (define_insn_and_split "*arm_subsi3_insn"
-  [(set (match_operand:SI           0 "s_register_operand" "=l,l ,l ,l ,r ,r,r,rk,r")
-       (minus:SI (match_operand:SI 1 "reg_or_int_operand" "l ,0 ,l ,Pz,rI,r,r,k ,?n")
-                 (match_operand:SI 2 "reg_or_int_operand" "l ,Py,Pd,l ,r ,I,r,r ,r")))]
+  [(set (match_operand:SI           0 "s_register_operand" "=l,l ,l ,l ,r,r,r,rk,r")
+       (minus:SI (match_operand:SI 1 "reg_or_int_operand" "l ,0 ,l ,Pz,I,r,r,k ,?n")
+                 (match_operand:SI 2 "reg_or_int_operand" "l ,Py,Pd,l ,r,I,r,r ,r")))]
   "TARGET_32BIT"
   "@
    sub%?\\t%0, %1, %2