PR rtl-opt/38582
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2009 18:12:09 +0000 (18:12 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2009 18:12:09 +0000 (18:12 +0000)
commitbb6d46034d4ccdfa9f81e09565e145232cfc8aea
tree9a56879015014a7d35d79fa3fcbbfbd94f9704c4
parent22671757edfaba8b55165cda544c997b1f0f60fb
PR rtl-opt/38582
* regrename.c (struct du_head): New structure; some elements moved
from...
(struct du_chain): ... this one.
(open_chains, closed_chains): Now of type struct du_head *.
(do_replace): Accept du_head argument, not du_chain.  All callers
changed.  Modified code to match new data structures.
(build_def_use): Return a list of du_head structures.  Modified code
to match new data structures.
(dump_def_use_chain): Accept du_head argument, not du_chain.  All
callers changed.  Modified code to match new data structures.
(merge_overlapping_regs): Accept du_head argument, not du_chain.  All
callers changed.  Modified code to match new data structures.
(scan_rtx_reg): Change type of this_regno and this_nregs to unsigned.
Allocate a du_head structure as well as a du_chain when creating a
new chain.  Modified other code to match new data structures.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154123 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/regrename.c