OSDN Git Service

2007-11-05 Nick Clifton <nickc@redhat.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Nov 2007 15:42:30 +0000 (15:42 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Nov 2007 15:42:30 +0000 (15:42 +0000)
commit82a67b2c3dd025d45b61bcf4eb9a590079d6b963
tree532a1d6bef5e5f6807eb8923edc27006c580c3c2
parent0fba986bca1041613c7898c0cd152edc46fa25fa
2007-11-05  Nick Clifton  <nickc@redhat.com>
    Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/32540
PR tree-optimization/33922
* doc/invoke.texi: Document PARAM_MAX_PARTIAL_ANTIC_LENGTH.
* tree-ssa-pre.c: Include params.h.
(compute_partial_antic_aux): Use PARAM_MAX_PARTIAL_ANTIC_LENGTH
to limit the maximum length of the PA set for a given block.
* Makefile.in: Add a dependency upon params.h for tree-ssa-pre.c
* params.def (PARAM_MAX_PARTIAL_ANTIC_LENGTH): New parameter.

* gcc.dg/tree-ssa/pr32540-1.c: New.
* gcc.dg/tree-ssa/pr32540-2.c: New.
* gcc.dg/tree-ssa/pr33922.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129901 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/doc/invoke.texi
gcc/params.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr32540-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/pr32540-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/pr33922.c [new file with mode: 0644]
gcc/tree-ssa-pre.c