diff options
Diffstat (limited to 'gcc/config/arc/arc.h')
-rw-r--r-- | gcc/config/arc/arc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 1f3ed44..a8d03ce 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -141,9 +141,6 @@ extern const char *arc_cpu_to_as (int argc, const char **argv); /* Should we try to unalign likely taken branches without a delay slot. */ #define TARGET_UNALIGN_BRANCH (TARGET_ARC700 && !optimize_size) -/* Should we upsize short delayed branches with a short delay insn? */ -#define TARGET_UPSIZE_DBR (TARGET_ARC700 && !optimize_size) - /* Should we add padding before a return insn to avoid mispredict? */ #define TARGET_PAD_RETURN (TARGET_ARC700 && !optimize_size) |