This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix tree-opt/33589 out of SSA not cleaning up eh info for statements
- From: "Diego Novillo" <dnovillo at google dot com>
- To: "Andrew Pinski" <pinskia at gmail dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 28 Oct 2007 08:53:39 -0400
- Subject: Re: [PATCH] Fix tree-opt/33589 out of SSA not cleaning up eh info for statements
- References: <de8d50360710280540s173e63datf236893696932dd9@mail.gmail.com>
On 10/28/07, Andrew Pinski <pinskia@gmail.com> wrote:
> * tree-outof-ssa.c (rewrite_trees): If the statement changed, cleanup
> the eh information on the statement.
OK.
Diego.