OSDN Git Service

* cfgcleanup.c: Include params.h.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Feb 2003 21:06:16 +0000 (21:06 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Feb 2003 21:06:16 +0000 (21:06 +0000)
commit2a5b4716e2bb96fc20e9790a5e82d4ae4005054c
treed9e25ddc6c9d0b6ad9a565e5db34fc03dfed353b
parent56dddaad9575187a36a8af8dbd668c88cc5dff89
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62942 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/cfgcleanup.c
gcc/doc/invoke.texi
gcc/params.def