aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-mudflap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-mudflap.c')
-rw-r--r--gcc/c-mudflap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-mudflap.c b/gcc/c-mudflap.c
index 78523e9..af1ade9 100644
--- a/gcc/c-mudflap.c
+++ b/gcc/c-mudflap.c
@@ -85,7 +85,7 @@ mflang_flush_calls (tree enqueued_call_stmt_chain)
mf_mark (current_function_decl);
cs = c_begin_compound_stmt (true);
- c_expand_expr_stmt (enqueued_call_stmt_chain);
+ c_finish_expr_stmt (enqueued_call_stmt_chain);
add_stmt (c_end_compound_stmt (cs, true));
finish_function ();