diff options
Diffstat (limited to 'gcc/config/h8300/h8300.h')
-rw-r--r-- | gcc/config/h8300/h8300.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index 79469a0e81b..7d7437f0f2d 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -82,16 +82,6 @@ extern const char * const *h8_reg_names; #define LIB_SPEC "%{mrelax:-relax} %{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" -#define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \ - do \ - { \ - /* Basic block reordering is only beneficial on targets with cache \ - and/or variable-cycle branches where (cycle count taken != \ - cycle count not taken). */ \ - flag_reorder_blocks = 0; \ - } \ - while (0) - /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION fprintf (stderr, " (Renesas H8/300)"); |