diff options
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 9e7e504..8727305 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -498,9 +498,6 @@ extern int arm_arch_hwdiv; that is controlled by the APCS-FRAME option. */ #define CAN_DEBUG_WITHOUT_FP -#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ - arm_optimization_options ((LEVEL), (SIZE)) - /* Nonzero if PIC code requires explicit qualifiers to generate PLT and GOT relocs rather than the assembler doing so implicitly. Subtargets can override these if required. */ |