(finish_function): Pass new arg to expand_function_end.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 1993 06:19:09 +0000 (06:19 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 1993 06:19:09 +0000 (06:19 +0000)
Don't call expand_end_bindings here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6140 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-decl.c

index bb2ad12..7a18d44 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;