This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [basic-improvements] Remove commented-out macros.
Hi Neil,
> > Index: alpha/alpha.h
> > ===================================================================
> > RCS file: /cvs/gcc/gcc/gcc/config/alpha/alpha.h,v
> > retrieving revision 1.176.4.6
> > diff -u -r1.176.4.6 alpha.h
> > --- alpha/alpha.h 20 Sep 2002 01:29:09 -0000 1.176.4.6
> > +++ alpha/alpha.h 21 Sep 2002 05:16:31 -0000
> > @@ -1286,12 +1286,6 @@
> >
> > /* Addressing modes, and classification of registers for them. */
> >
> > -/* #define HAVE_POST_INCREMENT 0 */
> > -/* #define HAVE_POST_DECREMENT 0 */
> > -
> > -/* #define HAVE_PRE_DECREMENT 0 */
> > -/* #define HAVE_PRE_INCREMENT 0 */
> > -
> > /* Macros to check register numbers against specific register classes. */
> >
> > /* These assume that REGNO is a hard or pseudo reg number.
>
> I imagine the comment above the line refers to these macros, and so
> should be removed too?
Actually, I was wondering about that, but the comment seems to refer
to a broader range of macros, namely those described in
http://gcc.gnu.org/onlinedocs/gccint/Addressing-Modes.html
Any ideas?
Kazu Hirata