diff options
Diffstat (limited to 'gcc/common/config')
-rw-r--r-- | gcc/common/config/c6x/c6x-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/common/config/c6x/c6x-common.c b/gcc/common/config/c6x/c6x-common.c index 133dddadbf4..a9c98af2266 100644 --- a/gcc/common/config/c6x/c6x-common.c +++ b/gcc/common/config/c6x/c6x-common.c @@ -33,6 +33,7 @@ static const struct default_options c6x_option_optimization_table[] = { { OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 }, { OPT_LEVELS_1_PLUS, OPT_frename_registers, NULL, 1 }, + { OPT_LEVELS_2_PLUS, OPT_fmodulo_sched, NULL, 1 }, { OPT_LEVELS_ALL, OPT_freciprocal_math, NULL, 1 }, { OPT_LEVELS_NONE, 0, NULL, 0 } }; |