cfgcleanup.c: Include params.h.
authorRichard Henderson <rth@redhat.com>
Sat, 15 Feb 2003 21:06:16 +0000 (13:06 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 15 Feb 2003 21:06:16 +0000 (13:06 -0800)
commit5f24e0dcf6344dda90214aed59753203dac14b4b
treed9e25ddc6c9d0b6ad9a565e5db34fc03dfed353b
parent9381bbc998366a7d255d2ad86d3f87b64b22ba22
cfgcleanup.c: Include params.h.

        * cfgcleanup.c: Include params.h.
        (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
        too many outgoing edges from a block.
        * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
        * params.def (max-crossjump-edges): New.
        * doc/invoke.texi: Document it.

From-SVN: r62942
gcc/ChangeLog
gcc/Makefile.in
gcc/cfgcleanup.c
gcc/doc/invoke.texi
gcc/params.def