diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-31 06:53:01 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-31 06:53:01 -0500 |
commit | 2254dcd5db0fb8fc8b9c428a1790e2fa921f840b (patch) | |
tree | 898bc3cd3d3b0b92f9ce65ef4b45cb61d98ef582 | |
parent | faa2075e941b4241a230d2c96998d4f0496e0706 (diff) | |
download | gcc-2254dcd5db0fb8fc8b9c428a1790e2fa921f840b.zip gcc-2254dcd5db0fb8fc8b9c428a1790e2fa921f840b.tar.gz gcc-2254dcd5db0fb8fc8b9c428a1790e2fa921f840b.tar.bz2 |
Delete OPTIMIZATION_OPTIONS.
From-SVN: r6346
-rw-r--r-- | gcc/config/arm/arm.h | 13 |
1 files changed, 0 insertions, 13 deletions
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. */ |