OSDN Git Service

PR middle-end/38981
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Feb 2009 11:09:25 +0000 (11:09 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Feb 2009 11:09:25 +0000 (11:09 +0000)
commitbbe1fc8fc4cc8514ddc35a113d93c882ea33142f
treea5a4fa014573b90d9d7e979aabb0ae0586189fe4
parentfd49466951f7a9b62ec981be537381f35491904c
PR middle-end/38981
* tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144032 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20090209-1.c [new file with mode: 0644]
gcc/tree-ssa-coalesce.c