diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index 51beeef..553ab91 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -7189,7 +7189,9 @@ thread_prologue_and_epilogue_insns (f) { int inserted = 0; edge e; +#if defined (HAVE_sibcall_epilogue) || defined (HAVE_epilogue) || defined (HAVE_return) || defined (HAVE_prologue) rtx seq; +#endif #ifdef HAVE_prologue rtx prologue_end = NULL_RTX; #endif |