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
This commit is contained in:
parent
f0c6a5da7c
commit
4aef21c85a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue