[tree-ssa] How to increase PHI capacity?
Diego Novillo
dnovillo@redhat.com
Tue Aug 5 13:44:00 GMT 2003
On Mon, 2003-08-04 at 18:06, Steven Bosscher wrote:
> * tree-dfa.c (add_phi_arg): Allow PHI capacity to grow.
> * tree-flow.h (add_phi_arg): Adjust prototype.
> * tree-ssa-pre.c (code_motion): Adjust call.
> * tree-ssa.c (rewrite_block): Likewise.
> * tree.c (resize_phi_node): New function.
> * tree.h (resize_phi_node): Add prototype.
>
This is OK. Thanks. Only one minor nit, in tree.c:resize_phi_node,
rename the internal variable 'Phi' to 'new_phi'. It's more readable
that way.
Diego.
More information about the Gcc
mailing list