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:
parent
d187728946
commit
9bc146b368
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user