Commit f72d3365 by Joseph Myers Committed by Joseph Myers

thumb2.md (thumb2_casesi_internal, [...]): Use earlyclobber for scratch operand 4.

	* config/arm/thumb2.md (thumb2_casesi_internal,
	thumb2_casesi_internal_pic): Use earlyclobber for scratch operand
	4.

From-SVN: r142070
parent d7a9e5c0
2008-11-20 Joseph Myers <joseph@codesourcery.com>
* config/arm/thumb2.md (thumb2_casesi_internal,
thumb2_casesi_internal_pic): Use earlyclobber for scratch operand
4.
2008-11-20 Andreas Krebbel <krebbel1@de.ibm.com> 2008-11-20 Andreas Krebbel <krebbel1@de.ibm.com>
* gcc/config/s390/s390.c (s390_expand_atomic): Adjust QI/HI atomic * gcc/config/s390/s390.c (s390_expand_atomic): Adjust QI/HI atomic
......
...@@ -949,7 +949,7 @@ ...@@ -949,7 +949,7 @@
(label_ref (match_operand 2 "" "")))) (label_ref (match_operand 2 "" ""))))
(label_ref (match_operand 3 "" "")))) (label_ref (match_operand 3 "" ""))))
(clobber (reg:CC CC_REGNUM)) (clobber (reg:CC CC_REGNUM))
(clobber (match_scratch:SI 4 "=r")) (clobber (match_scratch:SI 4 "=&r"))
(use (label_ref (match_dup 2)))])] (use (label_ref (match_dup 2)))])]
"TARGET_THUMB2 && !flag_pic" "TARGET_THUMB2 && !flag_pic"
"* return thumb2_output_casesi(operands);" "* return thumb2_output_casesi(operands);"
...@@ -966,7 +966,7 @@ ...@@ -966,7 +966,7 @@
(label_ref (match_operand 2 "" "")))) (label_ref (match_operand 2 "" ""))))
(label_ref (match_operand 3 "" "")))) (label_ref (match_operand 3 "" ""))))
(clobber (reg:CC CC_REGNUM)) (clobber (reg:CC CC_REGNUM))
(clobber (match_scratch:SI 4 "=r")) (clobber (match_scratch:SI 4 "=&r"))
(clobber (match_scratch:SI 5 "=r")) (clobber (match_scratch:SI 5 "=r"))
(use (label_ref (match_dup 2)))])] (use (label_ref (match_dup 2)))])]
"TARGET_THUMB2 && flag_pic" "TARGET_THUMB2 && flag_pic"
......
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