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: [patch] PR24265, loop-invariant.c fixes (1/2)


On Friday 11 November 2005 01:24, Ian Lance Taylor wrote:
>     return (can_copy_p (GET_MODE (x))
>             && (!REG_P (x)
>                 || !HARD_REGISTER_P (x)
>                 || REGNO_REG_CLASS (REGNO (x)) != NO_REGS));
>

Hm, this looks like what I should do.  Thanks, I'll give it a try.

Gr.
Steven


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