]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
* doc/invoke.texi: Document max-jump-thread-duplication-stmts PARAM.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2005 20:09:25 +0000 (20:09 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2005 20:09:25 +0000 (20:09 +0000)
commitcf024d2253f999eeeaf8c7185f83320f03cef3ef
treead9cd6b26ccb8f5631c14579e9c4b7fc9941c67e
parent3e38f533e66073c47d86762df861c327061ddcf9
* 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.

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