optimize.c (initialize_inlined_parameters): Take FN to which the parameters belong...
authorMark Mitchell <mark@codesourcery.com>
Mon, 13 Dec 1999 08:40:04 +0000 (08:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 13 Dec 1999 08:40:04 +0000 (08:40 +0000)
commit92e8164f763bb6082f8c3067ef95c302dfce6f09
treeb88606b40861d33205c04c18d76e5072f2192a7e
parent2ecac43338fb3bf41c7d5d56049fa865df5f71f0
optimize.c (initialize_inlined_parameters): Take FN to which the parameters belong as an argument.

* optimize.c (initialize_inlined_parameters): Take FN to which the
parameters belong as an argument.
(expand_call_inline): Expand calls into the parameter
initializations before pushing the function onto the list of
functions we are presently expanding.

From-SVN: r30888
gcc/cp/ChangeLog
gcc/cp/optimize.c
gcc/testsuite/g++.old-deja/g++.other/inline2.C [new file with mode: 0644]