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]
Other format: [Raw text]

Re: CLASS_CANNOT_CHANGE_MODE* redesign


On Fri, Oct 25, 2002 at 11:31:35AM -0700, Aldy Hernandez wrote:
> +   for (r = 0; r < FIRST_PSEUDO_REGISTER; ++r)
> +     {
> +       class = REGNO_REG_CLASS (r);

As mentioned yesterday, better to iterate over classes.


r~


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