diff options
Diffstat (limited to 'gcc/config/v850/v850.h')
-rw-r--r-- | gcc/config/v850/v850.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 64bdc205c57..7e0cdb63e80 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -1031,9 +1031,6 @@ do { \ than accessing full words. */ #define SLOW_BYTE_ACCESS 1 -/* Define this if zero-extension is slow (more than one real instruction). */ -#define SLOW_ZERO_EXTEND - /* According expr.c, a value of around 6 should minimize code size, and for the V850 series, that's our primary concern. */ #define MOVE_RATIO 6 |