This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa]: Add strength reduction to SSAPRE


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]