diff options
Diffstat (limited to 'gcc/config/ia64/vms.h')
-rw-r--r-- | gcc/config/ia64/vms.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/ia64/vms.h b/gcc/config/ia64/vms.h index 3d678ce..e077e7d 100644 --- a/gcc/config/ia64/vms.h +++ b/gcc/config/ia64/vms.h @@ -183,11 +183,10 @@ typedef struct crtl_name_spec } \ } while (0) -#undef OPTIMIZATION_OPTIONS -#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \ +#undef SUBTARGET_OPTIMIZATION_OPTIONS +#define SUBTARGET_OPTIMIZATION_OPTIONS \ do { \ flag_merge_constants = 0; \ - ia64_optimization_options ((LEVEL), (SIZE)); \ } while (0) /* Define this to be nonzero if static stack checking is supported. */ |