diff options
Diffstat (limited to 'gcc/config/mmix/mmix.h')
-rw-r--r-- | gcc/config/mmix/mmix.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h index 562c39e1ef3..7549f590cdc 100644 --- a/gcc/config/mmix/mmix.h +++ b/gcc/config/mmix/mmix.h @@ -881,15 +881,6 @@ typedef struct { int regs; int lib; } CUMULATIVE_ARGS; /* Node: Costs */ -/* This one takes on both the RTX_COSTS and CONST_COSTS tasks. */ -#define DEFAULT_RTX_COSTS(X, CODE, OUTER_CODE) \ - { \ - int mmix_rtx_cost; \ - if (mmix_rtx_cost_recalculated (X, CODE, OUTER_CODE, \ - &mmix_rtx_cost)) \ - return mmix_rtx_cost; \ - } - #define ADDRESS_COST(ADDRESS) mmix_address_cost (ADDRESS) /* The special registers can only move to and from general regs, and we |