mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:00:27 +08:00
* sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
From-SVN: r61118
This commit is contained in:
parent
fc182093e6
commit
e2c734c181
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user