From: Richard Stallman Date: Tue, 23 Nov 1993 06:19:09 +0000 (+0000) Subject: (finish_function): Pass new arg to expand_function_end. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e5eedfeb07de9302f853038fb3a94f8086558ec;p=gcc.git (finish_function): Pass new arg to expand_function_end. Don't call expand_end_bindings here. From-SVN: r6140 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index bb2ad125c1a..7a18d446c4f 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6450,7 +6450,7 @@ finish_function (nested) #endif /* Generate rtl for function exit. */ - expand_function_end (input_filename, lineno); + expand_function_end (input_filename, lineno, 0); /* So we can tell if jump_optimize sets it to 1. */ can_reach_end = 0;