This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SH: use register names instead of numbers


On Tue, Nov 21, 2000 at 04:38:23PM -0800, Zack Weinberg wrote:
> This looks good to me.  I'm wondering why you parsed the expression by
> hand instead of creating a new DEFINE_CONSTANTS RTL code, as is done
> for all other define_* expressions.

The vector itself isn't "proper rtl".  Making it proper rtl would
make the result a bit more annoying to use.

> As a separate patch, I think it'd be a good idea to split the md-file
> reader out of rtl.c.  It could go either in gensupport.c or a new
> read-rtl.c.

A reasonable thing to do at some point.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]