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] move phi_ssa_name_p.


On Tue, Nov 5, 2013 at 2:06 PM, Andrew MacLeod <amacleod@redhat.com> wrote:
> I noticed that gimple.h::phi_ssa_name_p is used in exactly one location,
> tree-outof-ssa.c.  Its used in an expression, and the name isn't really very
> clear.
>
> I renamed it and rolled the rest of the expression into the new function,
> and made it static within tree-outof-ssa.c.
>
> Bootstraps on x86_64-unknown-linux-gnu with no new regressions.  OK?

Ok.

Thanks,
Richard.

> Andrew
>


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