+2008-11-14 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * config/sh/sh.h (OPTIMIZATION_OPTIONS): Revert last change.
+ (OVERRIDE_OPTIONS): Likewise.
+
2008-11-14 Maxim Kuvyrkov <maxim@codesourcery.com>
Andrew Stubbs <ams@codesourcery.com>
Gunnar Von Boehn <gunnar@genesi-usa.com>
the user explicitly requested this to be on or off. */ \
if (flag_schedule_insns > 0) \
flag_schedule_insns = 2; \
- /* Likewise for flag_ira_share_spill_slots. */ \
- if (flag_ira_share_spill_slots > 0) \
- flag_ira_share_spill_slots = 2; \
\
set_param_value ("simultaneous-prefetches", 2); \
} while (0)
} \
} \
\
- /* FIXME. Currently -fira-share-spill-slots causes a wrong code \
- problem PR 37514, though the compiler generates lengthy codes \
- in some cases without it. */ \
- if (flag_ira_share_spill_slots == 2) \
- flag_ira_share_spill_slots = 0; \
- \
if (align_loops == 0) \
align_loops = 1 << (TARGET_SH5 ? 3 : 2); \
if (align_jumps == 0) \