tree-inline.c (initialize_inlined_parameters): Wrap variable in the macro test controlling its use.

* tree-inline.c (initialize_inlined_parameters): Wrap variable in
	the macro test controlling its use.

From-SVN: r56438
This commit is contained in:
Kaveh R. Ghazi 2002-08-19 15:26:35 +00:00 committed by Kaveh Ghazi
parent d187728946
commit 9bc146b368
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* tree-inline.c (initialize_inlined_parameters): Wrap variable in
the macro test controlling its use.
2002-08-18 H.J. Lu (hjl@gnu.org)
* config.gcc (*-*-linux*): Set extra_parts="crtbegin.o

View File

@ -609,10 +609,10 @@ initialize_inlined_parameters (id, args, fn, block)
{
#ifndef INLINER_FOR_JAVA
tree init_stmt;
tree cleanup;
#endif /* not INLINER_FOR_JAVA */
tree var;
tree value;
tree cleanup;
/* Find the initializer. */
value = (*lang_hooks.tree_inlining.convert_parm_for_inlining)