* sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.

From-SVN: r61118
This commit is contained in:
J"orn Rennecke 2003-01-09 17:25:29 +00:00 committed by Joern Rennecke
parent fc182093e6
commit e2c734c181
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Thu Jan 9 17:23:19 2003 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn

View File

@ -470,10 +470,13 @@ do { \
if (flag_pic && ! TARGET_PREFERGOT) \
flag_no_function_cse = 1; \
\
/* Never run scheduling before reload, since that can \
break global alloc, and generates slower code anyway due \
to the pressure on R0. */ \
flag_schedule_insns = 0; \
if (SMALL_REGISTER_CLASSES) \
{ \
/* Never run scheduling before reload, since that can \
break global alloc, and generates slower code anyway due \
to the pressure on R0. */ \
flag_schedule_insns = 0; \
} \
\
/* Allocation boundary (in *bytes*) for the code of a function. \
SH1: 32 bit alignment is faster, because instructions are always \