diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index bd585b7..06b3c18 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -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]);