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 46ea052..b255ee0 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -562,7 +562,7 @@ initialize_inlined_parameters (id, args, fn)
}
/* See if we need to clean up the declaration. */
- cleanup = maybe_build_cleanup (var);
+ cleanup = (*lang_hooks.maybe_build_cleanup) (var);
if (cleanup)
{
tree cleanup_stmt;