Commit f0959e58 by Richard Kenner

(fixup_gotos): Add missing call from last change.

From-SVN: r9213
parent ac6b994f
......@@ -1242,6 +1242,7 @@ fixup_gotos (thisblock, stack_level, cleanup_list, first_insn, dont_jump_in)
pushlevel (0);
set_block (f->context);
expand_cleanups (TREE_VALUE (lists), NULL_TREE, 1, 1);
do_pending_stack_adjust ();
cleanup_insns = get_insns ();
poplevel (1, 0, 0);
end_sequence ();
......
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