This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] tree-optimize.c: Move pass_merge_phi before the first pass_dominator.
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org, law at redhat dot com
- Date: Fri, 13 May 2005 17:01:23 -0400
- Subject: Re: [patch] tree-optimize.c: Move pass_merge_phi before the first pass_dominator.
- References: <20050512.232245.132700142.kazu@cs.umass.edu>
On Thu, May 12, 2005 at 11:22:45PM -0400, Kazu Hirata wrote:
> * tree-optimize.c (init_tree_optimization_passes): Move
> pass_merge_phi before the first pass_dominator.
>
OK, thanks for the detailed analysis.
Diego.