diff options
Diffstat (limited to 'gcc/defaults.h')
-rw-r--r-- | gcc/defaults.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index b6cec4b..f1d9683 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -1147,10 +1147,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define ATTRIBUTE_ALIGNED_VALUE BIGGEST_ALIGNMENT #endif -#ifndef CAN_ELIMINATE -#define CAN_ELIMINATE(FROM, TO) true -#endif - /* Many ports have no mode-dependent addresses (except possibly autoincrement and autodecrement addresses, which are handled by target-independent code in recog.c). */ |