Commit 0e5eedfe by Richard Stallman

(finish_function): Pass new arg to expand_function_end.

Don't call expand_end_bindings here.

From-SVN: r6140
parent c31e0b8b
...@@ -6450,7 +6450,7 @@ finish_function (nested) ...@@ -6450,7 +6450,7 @@ finish_function (nested)
#endif #endif
/* Generate rtl for function exit. */ /* 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. */ /* So we can tell if jump_optimize sets it to 1. */
can_reach_end = 0; can_reach_end = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment