Commit 8b9b57eb by Kyrylo Tkachov Committed by Kyrylo Tkachov

arm.md (store_minmaxsi): Use only when optimize_insn_for_size_p.

2013-04-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

	* config/arm/arm.md (store_minmaxsi): Use only when
	optimize_insn_for_size_p.

From-SVN: r198412
parent 9498e5dc
2013-04-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm.md (store_minmaxsi): Use only when
optimize_insn_for_size_p.
2013-04-29 Christian Bruel <christian.bruel@st.com>
PR target/57108
......
......@@ -3579,7 +3579,7 @@
[(match_operand:SI 1 "s_register_operand" "r")
(match_operand:SI 2 "s_register_operand" "r")]))
(clobber (reg:CC CC_REGNUM))]
"TARGET_32BIT"
"TARGET_32BIT && optimize_insn_for_size_p()"
"*
operands[3] = gen_rtx_fmt_ee (minmax_code (operands[3]), SImode,
operands[1], operands[2]);
......
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