Commit 403aec4f by Jim Wilson

OVERRIDE_OPTIONS): Don't set optimize or flag_delayed_branch.

From-SVN: r10936
parent 276c8652
...@@ -149,16 +149,7 @@ do { \ ...@@ -149,16 +149,7 @@ do { \
if (TARGET_SH3) \ if (TARGET_SH3) \
sh_cpu = CPU_SH3; \ sh_cpu = CPU_SH3; \
\ \
/* We *MUST* always define optimize since we *HAVE* to run \ /* Never run scheduling before reload, since that can \
shorten branches to get correct code. */ \
/* ??? This is obsolete, since now shorten branches is no \
longer required by the SH, and is always run once even \
when not optimizing. Changing this now might be \
confusing though. */ \
optimize = 1; \
flag_delayed_branch = 1; \
\
/* But never run scheduling before reload, since that can \
break global alloc, and generates slower code anyway due \ break global alloc, and generates slower code anyway due \
to the pressure on R0. */ \ to the pressure on R0. */ \
flag_schedule_insns = 0; \ 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