This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Missing patch after tree-ssa merge?
- From: Pat Haugen <pthaugen at us dot ibm dot com>
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>, Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Date: Wed, 26 May 2004 14:10:04 -0500
- Subject: Re: Missing patch after tree-ssa merge?
Diego Novillo <dnovillo@redhat.com> wrote on 05/26/2004 12:20:51 PM:
> On Wed, 2004-05-26 at 13:16, Pat Haugen wrote:
>
> > An alternative to Zdenek's approach would be to just change the current
> > "make_edge" call to a call to "make_single_succ_edge", which does the
> > count/probability updates.
> >
> I cannot approve changes in this area, but this does seem like a better
> solution. Could you propose and test a patch?
>
>
> Diego.
>
Sure.
-Pat