Commit 4aef21c8 by Daniel Jacobowitz Committed by Daniel Jacobowitz

arm.c (arm_override_options): Enable scheduling for Thumb-2.

	* config/arm/arm.c (arm_override_options): Enable scheduling for
	Thumb-2.

From-SVN: r154092
parent f0c6a5da
2009-11-11 Daniel Jacobowitz <dan@codesourcery.com>
* config/arm/arm.c (arm_override_options): Enable scheduling for
Thumb-2.
2009-11-10 Eric Botcazou <ebotcazou@adacore.com>
PR target/10127
......@@ -1813,8 +1813,7 @@ arm_override_options (void)
fix_cm3_ldrd = 0;
}
/* ??? We might want scheduling for thumb2. */
if (TARGET_THUMB && flag_schedule_insns)
if (TARGET_THUMB1 && flag_schedule_insns)
{
/* Don't warn since it's on by default in -O2. */
flag_schedule_insns = 0;
......
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