aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c2
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)