This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Get rid of LOOP_EXPRs
- From: law at redhat dot com
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, dnovillo at redhat dot com
- Date: Sat, 23 Aug 2003 21:13:35 -0600
- Subject: Re: [tree-ssa] Get rid of LOOP_EXPRs
- Reply-to: law at redhat dot com
In message <20030823074449.GA32209@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
tes:
>> I'll go ahead and take responsibility to break it out.
>
>sorry for this; I was in an extremely lazy mood yesterday :-(
It happens. :-) I checked in the bsi_next_in_bb change a few
minutes ago.
>OK, I will try to replace this missing piece + I will write a code to
>check that the BIND_EXPRs don't occur in the middle of basic blocks
>into tree_verify_flow_info; thus it should get tested properly.
Cool, particularly if you check for this in tree_verify_flow_info. My
quick attempts to deal with this really could have benefited from
having a skeleton tree_verify_flow_info which did some simple sanity
checking...
Very cool.
Jeff