aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c
index a345fe7..c32e177 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -4750,7 +4750,9 @@ static void
collect_fn_hard_reg_usage (void)
{
rtx insn;
+#ifdef STACK_REGS
int i;
+#endif
struct cgraph_rtl_info *node;
/* ??? To be removed when all the ports have been fixed. */