Makefile.in (gcse.o): Depend on params.h.
authorMark Mitchell <mark@codesourcery.com>
Wed, 11 Apr 2001 18:22:46 +0000 (18:22 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 11 Apr 2001 18:22:46 +0000 (18:22 +0000)
commitf1fa37ff6bbd4f760f7df6e60dd44cf731d79f44
tree36d9539f4aea987e424c87b9c099ac485cbe15f3
parentf3a8030a5bb6a347cdfd4c9fcedabb76bac54ea5
Makefile.in (gcse.o): Depend on params.h.

* Makefile.in (gcse.o): Depend on params.h.
* gcse.c: Include params.h.
(gcse_main): Don't do GCSE if doing so will take inordinate
amounts of memory.
* params.def (PARAM_MAX_GCSE_MEMORY): New  parameter.
* params.h (MAX_GCSE_MEMORY): New macro.

From-SVN: r41260
gcc/ChangeLog
gcc/Makefile.in
gcc/gcse.c
gcc/params.def
gcc/params.h