diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-08-19 15:26:35 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-08-19 15:26:35 +0000 |
commit | 9bc146b3686d30f21b09ab1996689bfd520800cb (patch) | |
tree | ed5d762d3998f9b1e343f6639c50929b18ec1269 /gcc/tree-inline.c | |
parent | d187728946542d76469f5cf76712328aa4cbf5a9 (diff) | |
download | gcc-9bc146b3686d30f21b09ab1996689bfd520800cb.zip gcc-9bc146b3686d30f21b09ab1996689bfd520800cb.tar.gz gcc-9bc146b3686d30f21b09ab1996689bfd520800cb.tar.bz2 |
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
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index ad4865ba..866d625 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -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) |