diff options
author | Oleg Endo <olegendo@gcc.gnu.org> | 2013-12-08 22:15:59 +0000 |
---|---|---|
committer | Oleg Endo <olegendo@gcc.gnu.org> | 2013-12-08 22:15:59 +0000 |
commit | 7337ddf4bfe0544121c8735624f90b6bc6bc33c3 (patch) | |
tree | d1175879cba07a0ec229fb6fe29a736690803357 /gcc/common | |
parent | e1775b33f51ecff1824554750d249bedf380dd27 (diff) | |
download | gcc-7337ddf4bfe0544121c8735624f90b6bc6bc33c3.tar.gz |
re PR target/52898 (SH Target: Inefficient DImode comparisons)
PR target/52898
PR target/51697
* common/config/sh/sh-common.c (sh_option_optimization_table): Remove
OPT_mcbranchdi entry.
* config/sh/sh.opt (mcbranchdi, mcmpeqdi): Mark as undocumented and
emit a warning.
* config/sh/sh.c (sh_option_override): Initialize TARGET_CBRANCHDI4
and TARGET_CMPEQDI_T variables.
* doc/invoke.texi (SH options): Undocument -mcbranchdi and -mcmpeqdi.
PR target/52898
PR target/51697
* gcc.target/sh/pr51697.c: New.
From-SVN: r205794
Diffstat (limited to 'gcc/common')
-rw-r--r-- | gcc/common/config/sh/sh-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/common/config/sh/sh-common.c b/gcc/common/config/sh/sh-common.c index f7fb9f5641c..cd4295a1138 100644 --- a/gcc/common/config/sh/sh-common.c +++ b/gcc/common/config/sh/sh-common.c @@ -34,7 +34,6 @@ static const struct default_options sh_option_optimization_table[] = { OPT_LEVELS_1_PLUS_SPEED_ONLY, OPT_mdiv_, "inv:minlat", 1 }, { OPT_LEVELS_SIZE, OPT_mdiv_, SH_DIV_STR_FOR_SIZE, 1 }, { OPT_LEVELS_0_ONLY, OPT_mdiv_, "", 1 }, - { OPT_LEVELS_SIZE, OPT_mcbranchdi, NULL, 0 }, /* We can't meaningfully test TARGET_SHMEDIA here, because -m options haven't been parsed yet, hence we'd read only the default. sh_target_reg_class will return NO_REGS if this is |