This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa-cfg] BIND_EXPR removal
On Wed, 2003-10-08 at 10:09, Zdenek Dvorak wrote:
> Hello,
>
> > > > I'll get back to you later today.
> > >
> > > perhaps it would be simpler if someone finally had a look at my
> > > cond_expr lowering patch. Once this is in, I may send a similar patch
> > > for switch_expr lowering, after which all of this becomes absolutely
> > > clear and straightforward.
> >
> > Yes, I was considering that as I looked at this. Especially since I
> > meant to get to it earlier this week. Do you already have one for
> > switch lowering? The two seem independant of each other...
>
> I do. I can prepare a patch if you like, but I have it together
> with cond_expr lowering, so separating them and testing the created
> patch will take me some time.
>
Dont worry about that just yet, that would just be make work. :-). Let
me look at the COND_EXPR patch first.
Andrew