* integrate.h (struct inline_remap): Add leaf_reg_map table.
commit41212da26600c5cd6532467fa439ccf9ba24d4a4
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2001 16:11:30 +0000 (3 16:11 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2001 16:11:30 +0000 (3 16:11 +0000)
treec3807fac88e4d49806111c9d00f6e6546a0b8d5d
parentdcd36f65094e0f55d7863424a5bb02cca89fc644
* 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/branches/gcc-3_0-branch@41790 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]