summaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2003-04-20 02:04:54 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2003-04-20 02:04:54 +0000
commitdcde3a27e2d0c071bacd4a76fcd16aa479fab429 (patch)
treeaa02f62061af54b9d766286a54dbdcc543d96119 /gcc/flow.c
parent83127dfc66994b6cb77f892195e6a02d7f6016b9 (diff)
downloadgcc-dcde3a27e2d0c071bacd4a76fcd16aa479fab429.tar.gz
cfgrtl.c (try_redirect_by_replacing_jump): Remove unused variables.
* cfgrtl.c (try_redirect_by_replacing_jump): Remove unused variables. * flow.c (life_analysis): Fix warning. From-SVN: r65842
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 6f4f7df8939..86ed67bc0bb 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -414,8 +414,8 @@ life_analysis (f, file, flags)
FILE *file;
int flags;
{
- int i;
#ifdef ELIMINABLE_REGS
+ int i;
static const struct {const int from, to; } eliminables[] = ELIMINABLE_REGS;
#endif