This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [lto] tree-cfg.c: Move reinstall_phi_args to tree-ssa.c.
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Kazu Hirata <kazu at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 31 May 2006 19:30:55 -0400
- Subject: Re: [lto] tree-cfg.c: Move reinstall_phi_args to tree-ssa.c.
- References: <200605311326.k4VDQvYE030949@sparrowhawk.codesourcery.com>
Kazu Hirata wrote on 05/31/06 09:26:
> 2006-05-31 Kazu Hirata <kazu@codesourcery.com>
>
> * tree-cfg.c (reinstall_phi_args): Move to ...
> * tree-ssa.c: ... here.
> (flush_pending_stmts): Use reinstall_phi_args.
> * tree-flow.h: Add a prototype for reinstall_phi_args.
>
OK.