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, doc] Don't forbid generating pseudos in define_split


On Wed, Jun 23, 2010 at 1:29 PM, Maxim Kuvyrkov <maxim@codesourcery.com> wrote:
> GCC Internals still mentions a restriction from egcs era when new pseudos
> were not allowed to be generated after flow. ÂThis is not longer true and a
> number of architectures successfully generate new pseudos in their
> define_splits.

This restriction was removed when flow.c was removed in January 2006;
it is not just an egcs era restriction.

I would remove the reference to define_expand here because both have
the same restriction after (and during) reload.

Thanks,
Andrew Pinski


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