aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mmix/mmix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mmix/mmix.h')
-rw-r--r--gcc/config/mmix/mmix.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h
index 5672827..5908a75 100644
--- a/gcc/config/mmix/mmix.h
+++ b/gcc/config/mmix/mmix.h
@@ -149,19 +149,6 @@ extern int target_flags;
#define TARGET_VERSION \
fprintf (stderr, " (MMIX)")
-#define OPTIMIZATION_OPTIONS(LEVEL, SIZE) \
- do \
- { \
- if (LEVEL >= 1) \
- flag_regmove = TRUE; \
- \
- if (SIZE || LEVEL > 1) \
- { \
- flag_omit_frame_pointer = TRUE; \
- } \
- } \
- while (0)
-
/* This one will have to wait a little bit; right now we can't debug
neither with or without a frame-pointer. */
/* #define CAN_DEBUG_WITHOUT_FP */