Commit 9bc146b3 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent d1877289
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment