aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
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 6484916..d13e928 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -5453,7 +5453,7 @@ thread_prologue_and_epilogue_insns (void)
{
bool inserted;
basic_block last_bb;
- bool last_bb_active;
+ bool last_bb_active ATTRIBUTE_UNUSED;
#ifdef HAVE_simple_return
bool unconverted_simple_returns = false;
basic_block simple_return_block_hot = NULL;