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]

Re: Patch to fix mark_constant_function


On Tue, Oct 24, 2000 at 06:23:24PM -0400, John Wehle wrote:
> 	* alias.c: Include basic-block.h.
> 	(loop_p): New function.
> 	(mark_constant_function): Use it.
> 	* Makefile.in (alias.o): Update dependencies.

Much better if you arrange for mark_constant_function
to use the loop tree we just discovered.

Best is if we'd kept track of which loops have known
bounds, but I guess that's harder to arrange at present.


r~

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