From ecb0676809f5683739bc2316cf350fde0e034a94 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 19 Mar 1998 07:14:19 +0000 Subject: More warning fixes... * final.c (shorten_branches): Add parentheses around +/- in operand of &. * flow.c (life_analysis): Wrap variable `i' in macro ELIMINABLE_REGS. From-SVN: r18703 --- gcc/flow.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/flow.c') diff --git a/gcc/flow.c b/gcc/flow.c index 6dd84a4..09dacf5 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -962,9 +962,8 @@ life_analysis (f, nregs, file) int nregs; FILE *file; { - register size_t i; - #ifdef ELIMINABLE_REGS + register size_t i; static struct {int from, to; } eliminables[] = ELIMINABLE_REGS; #endif -- cgit v1.1