This fixes a bug in my r236491: on nvptx, functions without prologue
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 20 May 2016 21:31:17 +0000 (23:31 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 20 May 2016 21:31:17 +0000 (23:31 +0200)
commite93044fc02fccbc70044fa0bd51a53c9f3439e32
tree8742d10940ba2145ba78db2693b769875cc991e7
parentc91a0948c3d72d8625111b5c5b6a0392c8830bb5
This fixes a bug in my r236491: on nvptx, functions without prologue
would not get an epilogue either.

* function.c (thread_prologue_and_epilogue_insns): Commit the
insertion of the epilogue.

From-SVN: r236545
gcc/ChangeLog
gcc/function.c