From 2254dcd5db0fb8fc8b9c428a1790e2fa921f840b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 31 Dec 1993 06:53:01 -0500 Subject: Delete OPTIMIZATION_OPTIONS. From-SVN: r6346 --- gcc/config/arm/arm.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gcc') diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index d17c58d..2bcaff4 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -158,19 +158,6 @@ extern enum processor_type arm_cpu; flag_schedule_insns = flag_schedule_insns_after_reload = 0; \ arm_cpu = TARGET_6 ? PROCESSOR_ARM6: PROCESSOR_ARM2; \ } - -/* Omitting the frame pointer is a very good idea on the ARM, especially if - not TARGET_APCS, in which case all that pushing on function entry isn't - mandatory anymore. Unfortunately this is not permitted since we mustn't - change the flags when -g is enabled and without a frame pointer debugging - using dbx is impossible. - Forcing loads to be explicit allows cse to work better */ - -#define OPTIMIZATION_OPTIONS(OPTIMIZE) \ -{ \ - if (OPTIMIZE) \ - flag_force_mem = 1; \ -} /* Target machine storage Layout. */ -- cgit v1.1