* integrate.h (struct inline_remap): Add leaf_reg_map table.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2001 16:14:34 +0000 (16:14 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2001 16:14:34 +0000 (16:14 +0000)
commit62b735c8b5c580f7bda1bc81e248c7d5b5e98729
treed15e26ef2c3c3f119a14c3a43cc414d9612c5d2e
parentd2c1dfe0efff6d9a0128839136f00084f478c26a
* integrate.h (struct inline_remap): Add leaf_reg_map table.
* integrate.c (expand_inline_function): Use xcalloc to allocate
memory.
(copy_rtx_and_substitute): Use the leaf_reg_map for leaf
registers.

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