diff options
Diffstat (limited to 'gcc/config/sh/sh.opt')
-rw-r--r-- | gcc/config/sh/sh.opt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.opt b/gcc/config/sh/sh.opt index 76e66e28899..70b7e09721f 100644 --- a/gcc/config/sh/sh.opt +++ b/gcc/config/sh/sh.opt @@ -225,6 +225,10 @@ mbranch-cost= Target RejectNegative Joined UInteger Var(sh_branch_cost) Init(-1) Cost to assume for a branch insn +mzdcbranch +Target Var(TARGET_ZDCBRANCH) +Assume that zero displacement conditional branches are fast + mcbranchdi Target Var(TARGET_CBRANCHDI4) Enable cbranchdi4 pattern @@ -266,8 +270,8 @@ Target Report RejectNegative Mask(HITACHI) Follow Renesas (formerly Hitachi) / SuperH calling conventions mieee -Target Report Mask(IEEE) -Increase the IEEE compliance for floating-point code +Target Var(TARGET_IEEE) +Increase the IEEE compliance for floating-point comparisons mindexed-addressing Target Report Mask(ALLOW_INDEXED_ADDRESS) Condition(SUPPORT_ANY_SH5_32MEDIA) |