diff options
Diffstat (limited to 'gcc/config/sh/sh.h')
| -rw-r--r-- | gcc/config/sh/sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 1b659c7..5f8412f 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -495,6 +495,8 @@ do { \ the user explicitly requested this to be on or off. */ \ if (flag_schedule_insns > 0) \ flag_schedule_insns = 2; \ + \ + set_param_value ("simultaneous-prefetches", 2); \ } while (0) #define ASSEMBLER_DIALECT assembler_dialect @@ -3467,8 +3469,6 @@ extern int current_function_interrupt; 2:\n" TEXT_SECTION_ASM_OP); #endif /* (defined CRT_BEGIN || defined CRT_END) && ! __SHMEDIA__ */ -#define SIMULTANEOUS_PREFETCHES 2 - /* FIXME: middle-end support for highpart optimizations is missing. */ #define high_life_started reload_in_progress |
