would not get an epilogue either.
* function.c (thread_prologue_and_epilogue_insns): Commit the
insertion of the epilogue.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236545
138bc75d-0d04-0410-961f-
82ee72b054a4
+2016-05-20 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * function.c (thread_prologue_and_epilogue_insns): Commit the
+ insertion of the epilogue.
+
2016-05-20 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/70884
if (epilogue_seq)
{
insert_insn_on_edge (epilogue_seq, exit_fallthru_edge);
+ commit_edge_insertions ();
/* The epilogue insns we inserted may cause the exit edge to no longer
be fallthru. */