aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2014-11-10 16:12:30 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2014-11-10 16:12:30 +0000
commitc81b4a0e83c8577ba09767ded86f715b6fcd21b4 (patch)
tree975de59956bfbcc0238fbea432313e59ce21e568 /gcc/function.c
parent0d4b5b86f2020986ca74c4c79d425764b563f83f (diff)
downloadgcc-c81b4a0e83c8577ba09767ded86f715b6fcd21b4.zip
gcc-c81b4a0e83c8577ba09767ded86f715b6fcd21b4.tar.gz
gcc-c81b4a0e83c8577ba09767ded86f715b6fcd21b4.tar.bz2
Make thread_prologue_and_epilogue_insns callable from backends.
* function.c (thread_prologue_and_epilogue_insns): No longer static. * function.h (thread_prologue_and_epilogue_insns): Declare. From-SVN: r217294
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 0ffff5b..6bdb500 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -5849,7 +5849,7 @@ emit_return_for_exit (edge exit_fallthru_edge, bool simple_p)
in a sibcall omit the sibcall_epilogue if the block is not in
ANTIC. */
-static void
+void
thread_prologue_and_epilogue_insns (void)
{
bool inserted;