This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa]: Add strength reduction to SSAPRE
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 17 Sep 2002 18:10:27 -0400
- Subject: Re: [tree-ssa]: Add strength reduction to SSAPRE
- Organization: Red Hat Canada
- References: <Pine.LNX.4.44.0209171737490.26777-100000@dberlin.org>
On Tue, 17 Sep 2002, Daniel Berlin wrote:
> * tree-flow.h: Remove EXPR* macros in favor of inline functions.
> Remove E_INJ.
>
Looks OK, except for some missing newlines to separate the inline
function bodies.
> * tree-dfa.c: Change EXPR* macros to the new functions.
> Remove E_INJ.
>
OK. I was going to point out that you should shift the values
for the other bitmasks now that you removed E_INJ. But I will be
changing that into an enum shortly, so don't bother.
Bootstrapped and tested, I assume?
Thanks. Diego.