Re: Symbolic replacement

2005-09-14 Thread Andrew Pinski
> > On 9/14/05, shreyas krishnan <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to find out whats the best way to do the following. > > I want to replace some pre-defined variables at a few pre-defined > > line with a new temperory variable. I guess the front-end should be > > the best

Re: Symbolic replacement

2005-09-14 Thread Richard Guenther
On 9/14/05, shreyas krishnan <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to find out whats the best way to do the following. > I want to replace some pre-defined variables at a few pre-defined > line with a new temperory variable. I guess the front-end should be > the best place to do it.

Symbolic replacement

2005-09-14 Thread shreyas krishnan
Hi, I am trying to find out whats the best way to do the following. I want to replace some pre-defined variables at a few pre-defined line with a new temperory variable. I guess the front-end should be the best place to do it. Do I need to do this for each rule in c-parse.y ? Is there a mor