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: better register prefs with CLASS_CANNOT_CHANGE_SIZE


On Fri, May 26, 2000 at 06:45:59PM -0700, Geoff Keating wrote:
> +static int class_can_change_size_subclass[N_REG_CLASSES];

This probably isn't the most obvious data we could be collecting.

> +		      && class != class_can_change_size_subclass [class])

A predicate that did this would be easier to understand.


r~

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