* optimize.c (initialize_inlined_parameters): Take FN to which the
commitd063c1a258db7d8d637a3014825f9e2586c113d6
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Dec 1999 08:40:04 +0000 (13 08:40 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Dec 1999 08:40:04 +0000 (13 08:40 +0000)
treeb88606b40861d33205c04c18d76e5072f2192a7e
parent613c97a563a8a2abf345d97e290236a523b237bf
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30888 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/optimize.c
gcc/testsuite/g++.old-deja/g++.other/inline2.C [new file with mode: 0644]