(finish_function): Pass new arg to expand_function_end.
authorRichard Stallman <rms@gnu.org>
Tue, 23 Nov 1993 06:19:09 +0000 (06:19 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 23 Nov 1993 06:19:09 +0000 (06:19 +0000)
Don't call expand_end_bindings here.

From-SVN: r6140

gcc/c-decl.c

index bb2ad125c1a06c81cd84a887fcca9771d287bb50..7a18d446c4f50f95d9d52d061e4b5c1ba50dbad1 100644 (file)
@@ -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;