invoke.texi: Document max-jump-thread-duplication-stmts PARAM.
authorJeff Law <law@redhat.com>
Fri, 4 Nov 2005 20:09:25 +0000 (13:09 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 4 Nov 2005 20:09:25 +0000 (13:09 -0700)
commit43f31be5b702402e76289ae304045d8a91bc7437
treead9cd6b26ccb8f5631c14579e9c4b7fc9941c67e
parent8b1062b24b37fcda9a94ad655e73e9352abcd3a0
invoke.texi: Document max-jump-thread-duplication-stmts PARAM.

* doc/invoke.texi: Document max-jump-thread-duplication-stmts PARAM.
* tree-ssa-dom.c: Include params.h.
(thread_across_edge): If there are too many statements in the
target block, then do not thread through it.
* Makefile.in (tree-ssa-dom.o): Depend on $(PARAMS_H).
* params.def (PARAM_MAX_JUMP_THREAD_DUPLICATION_STMTS): New PARAM.

From-SVN: r106503
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/invoke.texi
gcc/params.def
gcc/tree-ssa-dom.c