This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] IPA constant propagation - very preliminary code
- From: Razya Ladelsky <RAZYA at il dot ibm dot com>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: gcc at gcc dot gnu dot org, hubicka at ucw dot cz, Mircea Namolaru <NAMOLARU at il dot ibm dot com>, sabre at nondot dot org
- Date: Thu, 10 Jun 2004 16:03:09 +0300
- Subject: Re: [RFC] IPA constant propagation - very preliminary code
> Can you not put this in a a separate header? It has nothing to
> do with the call graph as such, so...
>
> Also, Honza/me have plans to split up the call graph code more
> properly. I have a cgraphanal.c in my local tree (doing the top
> sort and finding SCCs in the call graph), it's nice if you could
> put your jump functions in a separate header too (ipa-prop.h?
>
> Gr.
> Steven
Sure, we will put these in a separate header.
Razya