tree-inline.c (initialize_inlined_parameters): Wrap variable in the macro test contro...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 19 Aug 2002 15:26:35 +0000 (15:26 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 19 Aug 2002 15:26:35 +0000 (15:26 +0000)
* tree-inline.c (initialize_inlined_parameters): Wrap variable in
the macro test controlling its use.

From-SVN: r56438

gcc/ChangeLog
gcc/tree-inline.c

index f66c444..8675cf0 100644 (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
index ad4865b..866d625 100644 (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)