Commit 0879e7b3 by Bernd Schmidt Committed by Bernd Schmidt

arm.md (addsi3_cbranch): Switch alternatives 0 and 1.

	* config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.

From-SVN: r162020
parent c033690d
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
* config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
discourage alternatives using the stack pointer. discourage alternatives using the stack pointer.
* config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
2010-07-09 Richard Guenther <rguenther@suse.de> 2010-07-09 Richard Guenther <rguenther@suse.de>
* gimple.c (struct type_fixup_s): New struct and VEC type. * gimple.c (struct type_fixup_s): New struct and VEC type.
......
...@@ -7455,8 +7455,8 @@ ...@@ -7455,8 +7455,8 @@
(if_then_else (if_then_else
(match_operator 4 "arm_comparison_operator" (match_operator 4 "arm_comparison_operator"
[(plus:SI [(plus:SI
(match_operand:SI 2 "s_register_operand" "%l,0,*l,1,1,1") (match_operand:SI 2 "s_register_operand" "%0,l,*l,1,1,1")
(match_operand:SI 3 "reg_or_int_operand" "lL,IJ,*l,lIJ,lIJ,lIJ")) (match_operand:SI 3 "reg_or_int_operand" "IJ,lL,*l,lIJ,lIJ,lIJ"))
(const_int 0)]) (const_int 0)])
(label_ref (match_operand 5 "" "")) (label_ref (match_operand 5 "" ""))
(pc))) (pc)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment