Richard Henderson - Re: [m32c] reject illegal subregs of hard regs (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]
Other format: [Raw text]

On Thu, Feb 08, 2007 at 05:22:54PM -0500, DJ Delorie wrote:

+static struct {

outer_mode_size and inner_mode_size should probably be unsigned char; you're not actually using a machine mode here. If you change that, move byte_mask and legal_when next to them, and make them unsigned char too.

Make the whole array const.

r~


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