From c99d986a712c0b61502b60f0477b9aab96fcc857 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 16 Jan 2002 02:37:37 +0000 Subject: expmed.c (extract_fixed_bit_field): Remove unused code. * expmed.c (extract_fixed_bit_field): Remove unused code. * system.h: Poison SLOW_ZERO_EXTEND. * doc/tm.texi: Remove. * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove. * config/arm/arm.h: Likewise. * config/avr/avr.h: Likewise. * config/clipper/clipper.h: Likewise. * config/convex/convex.h: Likewise. * config/d30v/d30v.h: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. * config/elxsi/elxsi.h: Likewise. * config/fr30/fr30.h: Likewise. * config/h8300/h8300.h: Likewise. * config/i370/i370.h: Likewise. * config/i386/i386.h: Likewise. * config/m68k/m68k.h: Likewise. * config/mips/mips.h: Likewise. * config/ns32k/ns32k.h: Likewise. * config/pdp11/pdp11.h: Likewise. * config/pj/pj.h: Likewise. * config/s390/s390.h: Likewise. * config/sh/sh.h: Likewise. * config/stormy16/stormy16.h: Likewise. * config/v850/v850.h: Likewise. * config/vax/vax.h: Likewise. * config/we32k/we32k.h: Likewise. From-SVN: r48893 --- gcc/config/i370/i370.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/config/i370') diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h index 7c71b0e..c2c7d4a 100644 --- a/gcc/config/i370/i370.h +++ b/gcc/config/i370/i370.h @@ -874,10 +874,6 @@ enum reg_class #define MOVE_MAX 256 -/* Define this if zero-extension is slow (more than one real instruction). */ - -#define SLOW_ZERO_EXTEND 1 - /* Nonzero if access to memory by bytes is slow and undesirable. */ #define SLOW_BYTE_ACCESS 1 -- cgit v1.1